From 1b71d1f5a3f93004b808bc93df7441a891ed2ea5 Mon Sep 17 00:00:00 2001 From: Steven Allen Date: Mon, 14 Apr 2025 10:59:22 -0700 Subject: [PATCH 1/2] chore: update rust to match the fvm --- rust-toolchain.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust-toolchain.toml b/rust-toolchain.toml index 623f9a2..8825102 100644 --- a/rust-toolchain.toml +++ b/rust-toolchain.toml @@ -1,3 +1,3 @@ [toolchain] -channel = "1.78.0" +channel = "1.86.0" components = ["clippy", "rustfmt"] From 9da7a350f0edc690f985807dbc39d907eae3731c Mon Sep 17 00:00:00 2001 From: Steven Allen Date: Mon, 14 Apr 2025 10:55:48 -0700 Subject: [PATCH 2/2] chore: release v8.0.0 This release removes all async logic & dependencies. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 4d32c99..e066c4a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "fil_actor_bundler" description = "An IPLD CAR bundling tool for Wasm bytecode" -version = "7.1.1" +version = "8.0.0" license = "MIT OR Apache-2.0" authors = ["Protocol Labs", "Filecoin Core Devs"] edition = "2021"