Skip to content

Commit

Permalink
Merge pull request nervosnetwork#4364 from libraries/update-ckb-vm
Browse files Browse the repository at this point in the history
chore(scripts): update ckb-vm to v0.24.9
  • Loading branch information
quake authored Feb 26, 2024
2 parents 0078b53 + 981cf0b commit 8c7b431
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.8", default-features = false }
ckb-vm = { version = "=0.24.9", 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 8c7b431

Please sign in to comment.