Skip to content

Commit 4211ee1

Browse files
committed
Update ckb-testtool version
1 parent 15645dc commit 4211ee1

File tree

5 files changed

+4
-7
lines changed

5 files changed

+4
-7
lines changed

add-debugger/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,3 @@ crate-type = ["cdylib"]
1616
# TODO: Will be deleted after release
1717
[replace]
1818
"ckb-std:0.15.3" = { git = "https://github.com/nervosnetwork/ckb-std.git", branch = "master" }
19-
"ckb-x64-simulator:0.8.0" = { git = "https://github.com/joii2020/ckb-x64-simulator.git", branch = "main" }

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.12.0"
10+
ckb-testtool = "0.13.0"
1111
serde_json = "1.0"

workspace/Cargo.toml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,4 @@ codegen-units = 1
1515

1616
# TODO: Will be deleted after release
1717
[replace]
18-
"ckb-std:0.15.3" = { git = "https://github.com/nervosnetwork/ckb-std.git", branch = "master" }
19-
"ckb-x64-simulator:0.8.0" = { git = "https://github.com/joii2020/ckb-x64-simulator.git", branch = "main" }
20-
"ckb-testtool:0.12.0" = { git = "https://github.com/joii2020/ckb-testtool.git", branch = "main" }
18+
"ckb-std:0.15.3" = { git = "https://github.com/nervosnetwork/ckb-std.git", branch = "master" }

workspace/tests/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ edition = "2021"
88
simulator = [ "ckb-testtool/simulator" ]
99

1010
[dependencies]
11-
ckb-testtool = "0.12.0"
11+
ckb-testtool = "0.13.0"
1212
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.12.0"
15+
ckb-testtool = "0.13.0"
1616
rusty-fork = "0.3.0"
1717
rand = "0.8.5"
1818
serde_json = "1.0"

0 commit comments

Comments
 (0)