This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
AI开发
Register
Sign In
dora-rs
/
dora
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
124
Wiki
evaluate
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
HPC
Browse Source
Remove chrono pinning
tags/v0.3.10-rc3
haixuantao
1 year ago
parent
ee15517dce
commit
efe0cffe9d
3 changed files
with
0 additions
and
3 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-1
binaries/cli/src/template/rust/listener/Cargo-template.toml
+0
-1
binaries/cli/src/template/rust/node/Cargo-template.toml
+0
-1
binaries/cli/src/template/rust/operator/Cargo-template.toml
+ 0
- 1
binaries/cli/src/template/rust/listener/Cargo-template.toml
View File
@@ -7,4 +7,3 @@ edition = "2021"
[dependencies]
dora-node-api = {}
chrono = ">=0.4.34,<0.4.40"
+ 0
- 1
binaries/cli/src/template/rust/node/Cargo-template.toml
View File
@@ -7,4 +7,3 @@ edition = "2021"
[dependencies]
dora-node-api = {}
chrono = ">=0.4.34,<0.4.40"
+ 0
- 1
binaries/cli/src/template/rust/operator/Cargo-template.toml
View File
@@ -10,4 +10,3 @@ crate-type = ["cdylib"]
[dependencies]
dora-operator-api = {}
chrono = ">=0.4.34,<0.4.40"
Write
Preview
Loading…
Cancel
Save