Skip to content

Commit

Permalink
Merge #2963
Browse files Browse the repository at this point in the history
2963: Update ckb-vm to 0.20.0-rc4 r=quake,doitian a=mohanson

ckb-vm 0.20.0-rc3 -> 0.20.0-rc4

ckb-vm release note: https://github.com/nervosnetwork/ckb-vm/releases/tag/0.20.0-rc4

Co-authored-by: mohanson <[email protected]>
  • Loading branch information
bors[bot] and mohanson authored Aug 23, 2021
2 parents adce2ba + a14ef2f commit 603a811
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 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.

4 changes: 2 additions & 2 deletions script/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ ckb-traits = { path = "../traits", version = "= 0.100.0-pre" }
byteorder = "1.3.1"
ckb-types = {path = "../util/types", version = "= 0.100.0-pre"}
ckb-hash = {path = "../util/hash", version = "= 0.100.0-pre"}
ckb-vm-definitions = "0.20.0-rc3"
ckb-vm = { version = "0.20.0-rc3", default-features = false }
ckb-vm-definitions = "0.20.0-rc4"
ckb-vm = { version = "0.20.0-rc4", default-features = false }
faster-hex = "0.6"
ckb-logger = { path = "../util/logger", version = "= 0.100.0-pre", optional = true }
serde = { version = "1.0", features = ["derive"] }
Expand Down

0 comments on commit 603a811

Please sign in to comment.