1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
|
From: Jochen Sprickerhof <git@jochen.sprickerhof.de>
Date: Thu, 21 Jul 2022 17:45:29 +0200
Subject: Use ipfs-unixfs from package
---
Cargo.toml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Cargo.toml b/Cargo.toml
index 2e40995..eaa0956 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -22,7 +22,7 @@ default = ["console_error_panic_hook"]
[dependencies]
wasm-bindgen = "0.2.63"
cid = "^0.5.1"
-ipfs-unixfs = { git = "https://github.com/rs-ipfs/rust-ipfs" }
+ipfs-unixfs = "0.2.0"
libc = "^0.2.73"
|