From b602eba315d2264b7d6d84a4820669811eda5593 Mon Sep 17 00:00:00 2001 From: Steven Allen Date: Thu, 21 Nov 2024 20:45:43 -0800 Subject: [PATCH] chore: patch releases for frc46, frc53, and the actor utils Publish the crates that depended on `multihash-codec` to remove the default features from the build tree. - fvm_actor_utils@v12.0.1 - frc46_token@v12.0.1 - frc53_nft@v6.0.1 --- Cargo.toml | 2 +- frc46_token/Cargo.toml | 2 +- frc53_nft/Cargo.toml | 2 +- fvm_actor_utils/Cargo.toml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 34532d89..7582a3f3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -41,7 +41,7 @@ multihash-codetable = { version = "0.1.4", default-features = false } # internal deps of published packages frc42_dispatch = { version = "8.0.0", path = "./frc42_dispatch", default-features = false } -fvm_actor_utils = { version = "12.0.0", path = "./fvm_actor_utils" } +fvm_actor_utils = { version = "12.0.1", path = "./fvm_actor_utils" } # only consumed by non-published packages frc53_nft = { path = "./frc53_nft" } diff --git a/frc46_token/Cargo.toml b/frc46_token/Cargo.toml index 1d9b410e..12380d7f 100644 --- a/frc46_token/Cargo.toml +++ b/frc46_token/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "frc46_token" description = "Filecoin FRC-0046 fungible token reference implementation" -version = "12.0.0" +version = "12.0.1" license = "MIT OR Apache-2.0" keywords = ["filecoin", "fvm", "token", "frc-0046"] repository = "https://github.com/helix-onchain/filecoin/" diff --git a/frc53_nft/Cargo.toml b/frc53_nft/Cargo.toml index 340e1799..9553084a 100644 --- a/frc53_nft/Cargo.toml +++ b/frc53_nft/Cargo.toml @@ -2,7 +2,7 @@ [package] name = "frc53_nft" description = "Filecoin FRC-0053 non-fungible token reference implementation" -version = "6.0.0" +version = "6.0.1" license = "MIT OR Apache-2.0" keywords = ["filecoin", "fvm", "token", "nft", "frc-0053"] repository = "https://github.com/helix-onchain/filecoin/" diff --git a/fvm_actor_utils/Cargo.toml b/fvm_actor_utils/Cargo.toml index b48b463e..d360c9bc 100644 --- a/fvm_actor_utils/Cargo.toml +++ b/fvm_actor_utils/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "fvm_actor_utils" description = "Utils for authoring native actors for the Filecoin Virtual Machine" -version = "12.0.0" +version = "12.0.1" license = "MIT OR Apache-2.0" keywords = ["filecoin", "fvm"] repository = "https://github.com/helix-onchain/filecoin/"