Skip to content

Commit

Permalink
fix(deps): update rust crate ckb-types to 0.112.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 14, 2023
1 parent c70684e commit 5fa8a08
Show file tree
Hide file tree
Showing 2 changed files with 58 additions and 34 deletions.
90 changes: 57 additions & 33 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ edition = "2021"
cfg-if = "1.0"
blake2b-ref = "0.3.1"
ckb-std = {version = "0.14.2", optional = true}
ckb-types = {version = "0.110.1", optional = true}
ckb-types = {version = "0.112.0", optional = true}
molecule = {version = "0.7.2", default_features = false, optional = true}
sparse-merkle-tree = {version = "0.6.1", default_features = false}

Expand Down

0 comments on commit 5fa8a08

Please sign in to comment.