Skip to content

Commit

Permalink
chore: Update ckb-std optional
Browse files Browse the repository at this point in the history
  • Loading branch information
duanyytop committed Nov 29, 2022
1 parent f53733b commit b174f95
Showing 1 changed file with 1 addition and 1 deletion.
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"
[dependencies]
cfg-if = "1.0"
blake2b-ref = "0.3.1"
ckb-std = "0.10.0"
ckb-std = {version = "0.10.0", optional = true}
ckb-types = {version = "0.103.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 b174f95

Please sign in to comment.