Skip to content

Commit

Permalink
Update ckb deps and rust
Browse files Browse the repository at this point in the history
Rust version must be updated because of ckb-vm
  • Loading branch information
blckngm committed Oct 11, 2023
1 parent 5e19571 commit 5be3544
Show file tree
Hide file tree
Showing 23 changed files with 176 additions and 154 deletions.
143 changes: 78 additions & 65 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/autorocks/rust-toolchain
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.68.2
1.72.1
8 changes: 4 additions & 4 deletions crates/block-producer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ gw-utils = { path = "../utils" }
gw-polyjuice-sender-recover = { path = "../polyjuice-sender-recover" }
gw-telemetry = { path = "../telemetry" }
gw-metrics = { path = "../metrics" }
ckb-crypto = "0.111.0-rc8"
ckb-fixed-hash = "0.111.0-rc8"
ckb-types = "0.111.0-rc8"
ckb-chain-spec = "0.111.0-rc8"
ckb-crypto = "0.111.0"
ckb-fixed-hash = "0.111.0"
ckb-types = "0.111.0"
ckb-chain-spec = "0.111.0"
anyhow = "1.0"
serde = { version = "1.0", features = ["derive"] }
async-channel = "1.4.2"
Expand Down
2 changes: 1 addition & 1 deletion crates/builtin-binaries/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@ sha2 = "0.10.6"

[build-dependencies]
includedir_codegen = "0.6.0"
ckb-fixed-hash = "0.111.0-rc8"
ckb-fixed-hash = "0.111.0"
anyhow = "1.0"
sha2 = "0.10.6"
Loading

0 comments on commit 5be3544

Please sign in to comment.