diff --git a/Cargo.toml b/Cargo.toml index 0004203..77e9e82 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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 } diff --git a/test/Cargo.toml b/test/Cargo.toml index d73f1ba..364ada5 100644 --- a/test/Cargo.toml +++ b/test/Cargo.toml @@ -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"