Skip to content

Commit

Permalink
Update ckb-vm to 0.20.0-rc4
Browse files Browse the repository at this point in the history
  • Loading branch information
mohanson committed Aug 23, 2021
1 parent adce2ba commit a14ef2f
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 a14ef2f

Please sign in to comment.