Skip to content

Commit 536ef06

Browse files
committed
release fvm* version 0.2.2
1 parent 37e28b4 commit 536ef06

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

fvm/Cargo.toml

Lines changed: 2 additions & 2 deletions
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.2.1"
4+
version = "0.2.2"
55
license = "MIT OR Apache-2.0"
66
authors = ["Protocol Labs", "Filecoin Core Devs"]
77
edition = "2021"
@@ -20,7 +20,7 @@ ahash = "0.7"
2020
num-derive = "0.3.3"
2121
cid = { version = "0.8.2", default-features = false, features = ["serde-codec"] }
2222
multihash = { version = "0.16.1", default-features = false }
23-
fvm_shared = { version = "0.2.1", path = "../shared", features = ["crypto"] }
23+
fvm_shared = { version = "0.2.2", path = "../shared", features = ["crypto"] }
2424
fvm_ipld_hamt = { version = "0.2.0", path = "../ipld/hamt"}
2525
fvm_ipld_amt = { version = "0.2.0", path = "../ipld/amt"}
2626
serde = { version = "1.0", features = ["derive"] }

sdk/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "fvm_sdk"
33
description = "Filecoin Virtual Machine actor development SDK"
4-
version = "0.2.1"
4+
version = "0.2.2"
55
license = "MIT OR Apache-2.0"
66
authors = ["Protocol Labs", "Filecoin Core Devs"]
77
edition = "2018"
@@ -12,7 +12,7 @@ crate-type = ["lib"]
1212

1313
[dependencies]
1414
cid = { version = "0.8.2", default-features = false }
15-
fvm_shared = { version = "0.2.1", path = "../shared" }
15+
fvm_shared = { version = "0.2.2", path = "../shared" }
1616
## num-traits; disabling default features makes it play nice with no_std.
1717
num-traits = { version = "0.2.14", default-features = false }
1818
lazy_static = "1.4.0"

shared/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_shared"
33
description = "Filecoin Virtual Machine shared types and functions"
4-
version = "0.2.1"
4+
version = "0.2.2"
55
edition = "2021"
66
license = "MIT OR Apache-2.0"
77
authors = ["ChainSafe Systems <[email protected]>", "Protocol Labs", "Filecoin Core Devs"]

0 commit comments

Comments
 (0)