Skip to content

Commit 0a0db49

Browse files
committed
cargo: use fvm2 v2.0.0 from release/v2 branch
1 parent addc939 commit 0a0db49

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

rust/Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ fr32 = { version = "~5.0", default-features = false }
4040
fvm3 = { package = "fvm", version = "3.0.0-alpha.1", default-features = false, features = ["m2-native"] }
4141
fvm3_shared = { package = "fvm_shared", version = "3.0.0-alpha.5" }
4242
fvm3_ipld_encoding = { package = "fvm_ipld_encoding", version = "0.3.0" }
43-
fvm2 = { package = "fvm", version = "2.0.0-alpha.3", default-features = false }
44-
fvm2_shared = { package = "fvm_shared", version = "2.0.0-alpha.4" }
43+
fvm2 = { package = "fvm", version = "2.0.0", default-features = false }
44+
fvm2_shared = { package = "fvm_shared", version = "2.0.0" }
4545
fvm2_ipld_encoding = { package = "fvm_ipld_encoding", version = "0.2.2" }
4646
fvm_ipld_blockstore = "0.1.1"
4747
num-traits = "0.2.14"
@@ -74,5 +74,5 @@ c-headers = ["safer-ffi/headers"]
7474
wasmtime = { git = "https://github.com/filecoin-project/wasmtime", branch = "fix/sse-feature" }
7575
fvm3 = { package = "fvm", git = "https://github.com/filecoin-project/ref-fvm" }
7676
fvm3_shared = { package = "fvm_shared", git = "https://github.com/filecoin-project/ref-fvm" }
77-
fvm_ipld_blockstore = { git = "https://github.com/filecoin-project/ref-fvm" }
78-
fvm_ipld_encoding = { git = "https://github.com/filecoin-project/ref-fvm" }
77+
fvm2 = { package = "fvm", git = "https://github.com/filecoin-project/ref-fvm", branch = "release/v2" }
78+
fvm2_shared = { package = "fvm_shared", git = "https://github.com/filecoin-project/ref-fvm", branch = "release/v2" }

0 commit comments

Comments
 (0)