Skip to content

Commit

Permalink
Remove debug code
Browse files Browse the repository at this point in the history
  • Loading branch information
joii2020 committed Oct 29, 2024
1 parent fa81d93 commit d7d5f9e
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 12 deletions.
4 changes: 0 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,3 @@ log = { version = "0.4", optional = true, default-features = false }
[workspace]
exclude = ["test"]
resolver = "2"

# After ckb-x64-simluator is released, it can be removed.
[replace]
"ckb-x64-simulator:0.9.2" = { git = "https://github.com/joii2020/ckb-x64-simulator.git", rev = "cbf704d" }
4 changes: 0 additions & 4 deletions contracts/exec-callee/exec-callee-dbg/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,3 @@ ckb-std = { path = "../../../", default-features=false, features = ["allocator",
crate-type = ["cdylib"]

[workspace]

# After ckb-x64-simluator is released, it can be removed.
[replace]
"ckb-x64-simulator:0.9.2" = { git = "https://github.com/joii2020/ckb-x64-simulator.git", rev = "cbf704d" }
4 changes: 0 additions & 4 deletions test/simulator/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,3 @@ spin = { version = "0.9" }

[dev-dependencies]
libloading = "0.8.4"

# After ckb-x64-simluator is released, it can be removed.
[replace]
"ckb-x64-simulator:0.9.2" = { git = "https://github.com/joii2020/ckb-x64-simulator.git", rev = "cbf704d" }

0 comments on commit d7d5f9e

Please sign in to comment.