mirror of
https://github.com/fluencelabs/aquavm
synced 2025-03-15 20:40:50 +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]
|
[dependencies]
|
||||||
cid = { version = "0.10.1", default-features = false, features = ["std"] }
|
cid = { version = "0.10.1", default-features = false, features = ["std"] }
|
||||||
multihash = { version = "0.18.1", default-features = false, features = ["multihash-impl", "std", "sha2"] }
|
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"
|
serde_json = "1.0.95"
|
||||||
sha2 = "0.10.7"
|
sha2 = "0.10.7"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user