File: 0001-Use-ipfs-unixfs-from-package.patch

package info (click to toggle)
rust-cid-npm 0.0~git20200813.59cf068-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 364 kB
  • sloc: javascript: 69; makefile: 2
file content (21 lines) | stat: -rw-r--r-- 525 bytes parent folder | download | duplicates (2)
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"