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
prefix version with a v
tags/v0.2.0-candidate
haixuantao
Haixuan Xavier Tao
3 years ago
parent
4ee2659474
commit
1beb2e80c0
2 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
binaries/cli/src/template/rust/node/Cargo-template.toml
+1
-1
binaries/cli/src/template/rust/operator/Cargo-template.toml
+ 1
- 1
binaries/cli/src/template/rust/node/Cargo-template.toml
View File
@@ -6,4 +6,4 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
dora-node-api = { git = "https://github.com/dora-rs/dora.git", tag = "___version___" }
dora-node-api = { git = "https://github.com/dora-rs/dora.git", tag = "
v
___version___" }
+ 1
- 1
binaries/cli/src/template/rust/operator/Cargo-template.toml
View File
@@ -9,4 +9,4 @@ edition = "2021"
crate-type = ["cdylib"]
[dependencies]
dora-operator-api = { git = "https://github.com/dora-rs/dora.git", tag = "___version___" }
dora-operator-api = { git = "https://github.com/dora-rs/dora.git", tag = "
v
___version___" }
Write
Preview
Loading…
Cancel
Save