Skip to content

Commit

Permalink
Use ckb-vm release-0.24-l2
Browse files Browse the repository at this point in the history
  • Loading branch information
blckngm committed Jul 13, 2023
1 parent b9000b7 commit 5e19571
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 13 deletions.
19 changes: 8 additions & 11 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 crates/generator/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ ckb-types = "0.111.0-rc8"
anyhow = "1.0"
blake2b-rs = "0.2"
# Use crates.io version if our changes are merged.
ckb-vm = { git = "https://github.com/blckngm/ckb-vm.git", branch = "rename-symbols-2" }
ckb-vm = { git = "https://github.com/nervosnetwork/ckb-vm.git", branch = "release-0.24-l2" }
thiserror = "1.0"
lazy_static = "1.4"
rlp = "0.5.0"
Expand Down
2 changes: 1 addition & 1 deletion gwos-evm/polyjuice-tests/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ gw-builtin-binaries = { path = "../../crates/builtin-binaries" }
####
#Sync patch version with godwoken core.
tracing = { version = "0.1.36", features = ["attributes"] }
ckb-vm = { git = "https://github.com/blckngm/ckb-vm.git", branch = "rename-symbols-2" }
ckb-vm = { git = "https://github.com/nervosnetwork/ckb-vm.git", branch = "release-0.24-l2" }
####

lazy_static = "1.4"
Expand Down

0 comments on commit 5e19571

Please sign in to comment.