Skip to content

Commit

Permalink
chore: use published crate
Browse files Browse the repository at this point in the history
  • Loading branch information
quake committed Nov 3, 2023
1 parent 4019570 commit b6589c1
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 11 deletions.
34 changes: 28 additions & 6 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 2 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,7 @@ anyhow = "1.0"
tera = "1.2"
lazy_static = "1.4"
serde = { version = "1.0", features = [ "derive" ] }
# TODO upgrade to crate version when it's released
ckb-testtool = { path = "crates/testtool" }
ckb-testtool = "0.10"
secp256k1 = "0.24"
serde_json = "1.0"
rpassword = "4.0"
Expand All @@ -39,8 +38,7 @@ chrono = { version = "0.4.24", default-features = false, features = ["std"] }
# 0.2.3 breaks color output: https://github.com/matklad/xshell/issues/63
xshell = "=0.2.2"
path_macro = "1.0.0"
# TODO upgrade to crate version when it's released
ckb-sdk = { git = "https://github.com/eval-exec/ckb-sdk-rust", branch = "exec/data2" }
ckb-sdk = "3.0"

[build-dependencies]
includedir_codegen = "0.6"
Expand Down
2 changes: 1 addition & 1 deletion templates/rust/tests/Cargo-manifest.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
ckb-testtool = "0.9"
ckb-testtool = "0.10"

0 comments on commit b6589c1

Please sign in to comment.