mirror of
https://github.com/fluencelabs/aquavm
synced 2025-03-15 04:30:48 +00:00
chore(interpreter-cid): fix compilation with correct featureflag (#724)
fix(interpreter-cid): fix compilation with correct featureflag
This commit is contained in:
parent
cbc659e939
commit
a84716dad6
@ -13,6 +13,6 @@ categories = ["wasm"]
|
||||
[dependencies]
|
||||
cid = { version = "0.10.1", default-features = false, features = ["std"] }
|
||||
multihash = { version = "0.18.1", default-features = false, features = ["multihash-impl", "std", "sha2"] }
|
||||
serde = { version = "1.0.164", features = ["derive"] }
|
||||
serde = { version = "1.0.164", features = ["derive", "rc"] }
|
||||
serde_json = "1.0.95"
|
||||
sha2 = "0.10.7"
|
||||
|
Loading…
x
Reference in New Issue
Block a user