Skip to content

Commit

Permalink
Bump version to FVM 4.3.0
Browse files Browse the repository at this point in the history
Bump version to FVM 4.3.0
  • Loading branch information
rjan90 committed Jun 12, 2024
1 parent a368df3 commit 321a9cc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -74,9 +74,9 @@ minstant = "0.1.3"
coverage-helper = "0.2.0"

# workspace
fvm = { path = "fvm", version = "~4.2.1", default-features = false }
fvm_shared = { path = "shared", version = "~4.2.1", default-features = false }
fvm_sdk = { path = "sdk", version = "~4.2.1" }
fvm = { path = "fvm", version = "~4.3.0", default-features = false }
fvm_shared = { path = "shared", version = "~4.3.0", default-features = false }
fvm_sdk = { path = "sdk", version = "~4.3.0" }
fvm_ipld_amt = { path = "ipld/amt", version = "0.6.2" }
fvm_ipld_hamt = { path = "ipld/hamt", version = "0.9.0" }
fvm_ipld_kamt = { path = "ipld/kamt", version = "0.3.0" }
Expand Down
2 changes: 1 addition & 1 deletion sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## [Unreleased]

## 4.2.1 [2023-06-12]
## 4.3.0 [2023-06-12]

- feat: FIP-0079: syscall for aggregated bls verification [#2003](https://github.com/filecoin-project/ref-fvm/pull/2003)
- fix: install rust nightly toolchain for clusterfuzzlite [#2007](https://github.com/filecoin-project/ref-fvm/pull/2007)
Expand Down

0 comments on commit 321a9cc

Please sign in to comment.