Skip to content

Commit 5177f2f

Browse files
committed
Bump to 2.8.0
Bump to 2.8.0
1 parent c5f6631 commit 5177f2f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

fvm/Cargo.toml

+1-1
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 = "2.7.0"
4+
version = "2.8.0"
55
license = "MIT OR Apache-2.0"
66
authors = ["Protocol Labs", "Filecoin Core Devs"]
77
edition = "2021"

testing/conformance/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ tar = { version = "0.4.38", default-features = false }
5151
zstd = { version = "0.12.3", default-features = false }
5252

5353
[dependencies.fvm]
54-
version = "2.7.0"
54+
version = "2.8.0"
5555
path = "../../fvm"
5656
default-features = false
5757
features = ["testing"]

0 commit comments

Comments
 (0)