chore(interpreter-cid): fix compilation with correct featureflag (#724)

fix(interpreter-cid): fix compilation with correct featureflag
This commit is contained in:
Ivan Boldyrev 2023-10-19 14:02:24 +04:00 committed by GitHub
parent cbc659e939
commit a84716dad6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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"