Skip to content

Commit 59c8c02

Browse files
committed
chore: release fvm 0.5.0
This is a minor version bump as this pulls in a (breaking) minor version bump of shared.
1 parent 0205271 commit 59c8c02

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

fvm/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "fvm"
33
description = "Filecoin Virtual Machine reference implementation"
4-
version = "0.4.0"
4+
version = "0.5.0"
55
license = "MIT OR Apache-2.0"
66
authors = ["Protocol Labs", "Filecoin Core Devs"]
77
edition = "2021"

testing/conformance/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ publish = false
99
repository = "https://github.com/filecoin-project/ref-fvm"
1010

1111
[dependencies]
12-
fvm = { version = "0.4.0", path = "../../fvm", default-features = false }
12+
fvm = { version = "0.5.0", path = "../../fvm", default-features = false }
1313
fvm_shared = { version = "0.4.1", path = "../../shared" }
1414
fvm_ipld_hamt = { version = "0.4.0", path = "../../ipld/hamt"}
1515
fvm_ipld_amt = { version = "0.4.0", path = "../../ipld/amt"}

0 commit comments

Comments
 (0)