Browse Source

prefix version with a v

tags/v0.2.0-candidate
haixuantao Haixuan Xavier Tao 3 years ago
parent
commit
1beb2e80c0
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      binaries/cli/src/template/rust/node/Cargo-template.toml
  2. +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___" }

Loading…
Cancel
Save