Skip to content
This repository was archived by the owner on Sep 26, 2020. It is now read-only.

Commit f0cbb7c

Browse files
committed
Use libipld from git.
1 parent ee8e46c commit f0cbb7c

File tree

4 files changed

+22
-12
lines changed

4 files changed

+22
-12
lines changed

Cargo.lock

+19-9
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

client/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ async-filelock = { git = "https://github.com/dvc94ch/async-filelock" }
99
async-std = "0.99"
1010
async-trait = "0.1"
1111
ipld-daemon-common = { path = "../common" }
12-
libipld = { path = "../../rust-ipld" }
12+
libipld = { git = "https://github.com/dvc94ch/rust-ipld" }
1313
multibase = { git = "https://github.com/multiformats/rust-multibase" }
1414
whoami = "0.5"
1515

common/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ edition = "2018"
66

77
[dependencies]
88
async-std = "0.99"
9-
libipld = { path = "../../rust-ipld" }
9+
libipld = { git = "https://github.com/dvc94ch/rust-ipld" }
1010
multibase = { git = "https://github.com/multiformats/rust-multibase" }

daemon/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ atty = "0.2"
1111
exitfailure = "0.5"
1212
failure = "0.1"
1313
ipld-daemon-common = { path = "../common" }
14-
libipld = { path = "../../rust-ipld" }
14+
libipld = { git = "https://github.com/dvc94ch/rust-ipld" }
1515
signal-hook = "0.1"
1616
sled = "0.28"
1717
slog = "2.5"

0 commit comments

Comments
 (0)