Skip to content

Commit 01b4772

Browse files
committed
chore: update fvm crates to point to github commits
1 parent 9450d36 commit 01b4772

File tree

2 files changed

+20
-10
lines changed

2 files changed

+20
-10
lines changed

rust/Cargo.lock

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

rust/Cargo.toml

+8-4
Original file line numberDiff line numberDiff line change
@@ -51,10 +51,14 @@ filecoin-proofs-api = { version = "18.1", default-features = false }
5151
yastl = "0.1.2"
5252

5353
[patch.crates-io]
54-
fvm = { path = "/home/rvagg/git/pl/filecoin-project/ref-fvm/fvm" }
55-
fvm_shared = { path = "/home/rvagg/git/pl/filecoin-project/ref-fvm/shared" }
56-
fvm_ipld_blockstore = { path = "/home/rvagg/git/pl/filecoin-project/ref-fvm/ipld/blockstore" }
57-
fvm_ipld_encoding = { path = "/home/rvagg/git/pl/filecoin-project/ref-fvm/ipld/encoding" }
54+
#fvm = { path = "/home/rvagg/git/pl/filecoin-project/ref-fvm/fvm" }
55+
#fvm_shared = { path = "/home/rvagg/git/pl/filecoin-project/ref-fvm/shared" }
56+
#fvm_ipld_blockstore = { path = "/home/rvagg/git/pl/filecoin-project/ref-fvm/ipld/blockstore" }
57+
#fvm_ipld_encoding = { path = "/home/rvagg/git/pl/filecoin-project/ref-fvm/ipld/encoding" }
58+
fvm = { git = "https://github.com/filecoin-project/ref-fvm", rev = "784aa42fb5beb32ba3578262f126febeae918d11" }
59+
fvm_shared = { git = "https://github.com/filecoin-project/ref-fvm", rev = "784aa42fb5beb32ba3578262f126febeae918d11" }
60+
fvm_ipld_blockstore = { git = "https://github.com/filecoin-project/ref-fvm", rev = "784aa42fb5beb32ba3578262f126febeae918d11" }
61+
fvm_ipld_encoding = { git = "https://github.com/filecoin-project/ref-fvm", rev = "784aa42fb5beb32ba3578262f126febeae918d11" }
5862

5963
[dev-dependencies]
6064
memmap2 = "0.9"

0 commit comments

Comments
 (0)