Skip to content

Commit

Permalink
chore: use crate version for cargo publish
Browse files Browse the repository at this point in the history
  • Loading branch information
quake committed Mar 15, 2024
1 parent 57b8c75 commit 4788a7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ chrono = { version = "0.4.24", default-features = false, features = ["std"] }
xshell = "=0.2.2"
path_macro = "1.0.0"
ckb-sdk = "3.1"
ckb-testtool = { path = "crates/testtool" }
ckb-testtool = { version = "0.11.0", path = "crates/testtool" }

[build-dependencies]
includedir_codegen = "0.6"
Expand Down

0 comments on commit 4788a7a

Please sign in to comment.