Skip to content

Commit

Permalink
Merge pull request #146 from quake/quake/v0.10.4
Browse files Browse the repository at this point in the history
chore: use crate version for cargo publish
  • Loading branch information
quake authored Mar 15, 2024
2 parents 57b8c75 + 4788a7a commit eff02bf
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 eff02bf

Please sign in to comment.