Skip to content

Commit

Permalink
Update ckb-x64-simulator to v0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mohanson committed Oct 25, 2024
1 parent 1a3d7a4 commit 6b2b3e7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ ckb-hash = { version = "0.119", default-features = false, features = [
], optional = true }

buddy-alloc = { version = "0.6", optional = true }
ckb-x64-simulator = { version = "0.9", optional = true }
ckb-x64-simulator = { version = "0.10", optional = true }
gcd = "2.3"
log = { version = "0.4", optional = true, default-features = false }

Expand Down
2 changes: 1 addition & 1 deletion test/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
ckb-x64-simulator = "0.9.2"
ckb-x64-simulator = "0.10"
ckb-testtool = "0.13.1"
serde_json = "1.0"
ckb-mock-tx-types = "0.119.0"
Expand Down

0 comments on commit 6b2b3e7

Please sign in to comment.