Skip to content

Commit f5f875f

Browse files
bors[bot]quake
andauthored
2311: chore: upgrade ckb-vm to 0.19.2 r=doitian,xxuejie,driftluo a=quake Co-authored-by: quake <[email protected]>
2 parents 228b5de + 8a8dec5 commit f5f875f

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

Cargo.lock

+5-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

script/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ ckb-traits = { path = "../traits" }
1818
byteorder = "1.3.1"
1919
ckb-types = {path = "../util/types"}
2020
ckb-hash = {path = "../util/hash"}
21-
ckb-vm = { version = "0.19.1", default-features = false }
21+
ckb-vm = { version = "0.19.2", default-features = false }
2222
faster-hex = "0.4"
2323
ckb-logger = { path = "../util/logger", optional = true }
2424
serde = { version = "1.0", features = ["derive"] }

0 commit comments

Comments
 (0)