Skip to content

Commit 1be4af7

Browse files
committed
chore: release 0.5.1
This release _just_ bumps wasmtime to a version that builds on aarch64.
1 parent 0d8e161 commit 1be4af7

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.5.0"
4+
version = "0.5.1"
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.5.0", path = "../../fvm", default-features = false }
12+
fvm = { version = "0.5.1", 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)