Skip to content

Commit

Permalink
Update ckb deps
Browse files Browse the repository at this point in the history
  • Loading branch information
blckngm committed Oct 11, 2023
1 parent 5e19571 commit 6894c0f
Show file tree
Hide file tree
Showing 20 changed files with 142 additions and 130 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.

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 6894c0f

Please sign in to comment.