Skip to content

Commit

Permalink
Merge pull request #4357 from libraries/update_ckb_vm
Browse files Browse the repository at this point in the history
chore(scripts): update ckb-vm to v0.24.8
  • Loading branch information
quake authored Feb 21, 2024
2 parents 5ba9e04 + ca9a9e8 commit 0078b53
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.114.0-pre" }
byteorder = "1.3.1"
ckb-types = { path = "../util/types", version = "= 0.114.0-pre" }
ckb-hash = { path = "../util/hash", version = "= 0.114.0-pre" }
ckb-vm = { version = "=0.24.7", default-features = false }
ckb-vm = { version = "=0.24.8", default-features = false }
faster-hex = "0.6"
ckb-logger = { path = "../util/logger", version = "= 0.114.0-pre", optional = true }
serde = { version = "1.0", features = ["derive"] }
Expand Down

0 comments on commit 0078b53

Please sign in to comment.