Skip to content

Commit 2cdcb71

Browse files
committed
Some dependencies are replaced with those in git
1 parent 5f4179d commit 2cdcb71

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

add-debugger/Cargo.toml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,9 @@ ckb-std = { version = "0.15.1", features = ["simulator"] }
1111
[lib]
1212
crate-type = ["cdylib"]
1313

14-
[workspace]
14+
[workspace]
15+
16+
# TODO: Will be deleted after release
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" }

workspace/Cargo.toml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,9 @@ members = [
1212
overflow-checks = true
1313
strip = true
1414
codegen-units = 1
15+
16+
# TODO: Will be deleted after release
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" }

0 commit comments

Comments
 (0)