Skip to content

Commit

Permalink
Update ckb-vm to v0.24.13
Browse files Browse the repository at this point in the history
  • Loading branch information
mohanson committed Jan 17, 2025
1 parent 872809a commit 98c41ab
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
10 changes: 6 additions & 4 deletions Cargo.lock

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

3 changes: 1 addition & 2 deletions script/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,7 @@ ckb-traits = { path = "../traits", version = "= 0.121.0-pre" }
byteorder = "1.3.1"
ckb-types = { path = "../util/types", version = "= 0.121.0-pre" }
ckb-hash = { path = "../util/hash", version = "= 0.121.0-pre" }
# ckb-vm = { version = "= 0.24.12", default-features = false }
ckb-vm = { git = "https://github.com/nervosnetwork/ckb-vm", branch="release-0.24", default-features = false }
ckb-vm = { version = "= 0.24.13", default-features = false }
faster-hex = "0.6"
ckb-logger = { path = "../util/logger", version = "= 0.121.0-pre", optional = true }
serde = { version = "1.0", features = ["derive"] }
Expand Down

0 comments on commit 98c41ab

Please sign in to comment.