File tree Expand file tree Collapse file tree 5 files changed +4
-7
lines changed Expand file tree Collapse file tree 5 files changed +4
-7
lines changed Original file line number Diff line number Diff line change @@ -16,4 +16,3 @@ crate-type = ["cdylib"]
16
16
# TODO: Will be deleted after release
17
17
[replace ]
18
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" }
Original file line number Diff line number Diff line change @@ -7,5 +7,5 @@ edition = "2021"
7
7
ckb-std = " 0.15.1"
8
8
9
9
[dev-dependencies ]
10
- ckb-testtool = " 0.12 .0"
10
+ ckb-testtool = " 0.13 .0"
11
11
serde_json = " 1.0"
Original file line number Diff line number Diff line change @@ -15,6 +15,4 @@ codegen-units = 1
15
15
16
16
# TODO: Will be deleted after release
17
17
[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" }
Original file line number Diff line number Diff line change @@ -8,5 +8,5 @@ edition = "2021"
8
8
simulator = [ " ckb-testtool/simulator" ]
9
9
10
10
[dependencies ]
11
- ckb-testtool = " 0.12 .0"
11
+ ckb-testtool = " 0.13 .0"
12
12
serde_json = " 1.0"
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ version = "0.15.1"
12
12
features = [" simulator" ]
13
13
14
14
[target .'cfg(all(target_arch = "x86_64", unix))' .dev-dependencies ]
15
- ckb-testtool = " 0.12 .0"
15
+ ckb-testtool = " 0.13 .0"
16
16
rusty-fork = " 0.3.0"
17
17
rand = " 0.8.5"
18
18
serde_json = " 1.0"
You can’t perform that action at this time.
0 commit comments