Skip to content

Commit 5f4179d

Browse files
committed
ckb-testtool version update to 0.12.0
1 parent 00296a6 commit 5f4179d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

standalone-contract/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ edition = "2021"
77
ckb-std = "0.15.1"
88

99
[dev-dependencies]
10-
ckb-testtool = "0.10.2"
10+
ckb-testtool = "0.12.0"
1111
serde_json = "1.0"

x64-simulator-crate/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ version = "0.15.1"
1212
features = ["simulator"]
1313

1414
[target.'cfg(all(target_arch = "x86_64", unix))'.dev-dependencies]
15-
ckb-testtool = "0.10.2"
15+
ckb-testtool = "0.12.0"
1616
rusty-fork = "0.3.0"
1717
rand = "0.8.5"
1818
serde_json = "1.0"

0 commit comments

Comments
 (0)