Skip to content

Commit f1a14dc

Browse files
committed
handle merge
1 parent 444583a commit f1a14dc

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

rust/Cargo.lock

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

rust/Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -55,10 +55,10 @@ yastl = "0.1.2"
5555
#fvm_shared = { path = "/home/rvagg/git/pl/filecoin-project/ref-fvm/shared" }
5656
#fvm_ipld_blockstore = { path = "/home/rvagg/git/pl/filecoin-project/ref-fvm/ipld/blockstore" }
5757
#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 = "13badcb71acb740f583a395a5498249216882ddc" }
59-
fvm_shared = { git = "https://github.com/filecoin-project/ref-fvm", rev = "13badcb71acb740f583a395a5498249216882ddc" }
60-
fvm_ipld_blockstore = { git = "https://github.com/filecoin-project/ref-fvm", rev = "13badcb71acb740f583a395a5498249216882ddc" }
61-
fvm_ipld_encoding = { git = "https://github.com/filecoin-project/ref-fvm", rev = "13badcb71acb740f583a395a5498249216882ddc" }
58+
fvm = { git = "https://github.com/filecoin-project/ref-fvm" }
59+
fvm_shared = { git = "https://github.com/filecoin-project/ref-fvm" }
60+
fvm_ipld_blockstore = { git = "https://github.com/filecoin-project/ref-fvm" }
61+
fvm_ipld_encoding = { git = "https://github.com/filecoin-project/ref-fvm" }
6262

6363
[dev-dependencies]
6464
memmap2 = "0.9"

0 commit comments

Comments
 (0)