Skip to content

Commit

Permalink
Merge pull request #3988 from mohanson/update_ckb_vm
Browse files Browse the repository at this point in the history
Update ckb-vm to v0.24.0
  • Loading branch information
zhangsoledad authored May 18, 2023
2 parents ce5b8bd + 04e7507 commit d6571e6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion script/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ ckb-traits = { path = "../traits", version = "= 0.111.0-pre" }
byteorder = "1.3.1"
ckb-types = { path = "../util/types", version = "= 0.111.0-pre" }
ckb-hash = { path = "../util/hash", version = "= 0.111.0-pre" }
ckb-vm = { version = "=0.24.0-beta", default-features = false }
ckb-vm = { version = "=0.24.0", default-features = false }
faster-hex = "0.6"
ckb-logger = { path = "../util/logger", version = "= 0.111.0-pre", optional = true }
serde = { version = "1.0", features = ["derive"] }
Expand Down

0 comments on commit d6571e6

Please sign in to comment.