From e9c7aaf03059a57d4e597feead3dcacb10dbc4eb Mon Sep 17 00:00:00 2001 From: Steven Allen Date: Thu, 21 Nov 2024 09:21:28 -0800 Subject: [PATCH] chore: release major versions of all crates except frc42_macros Release for FVM v4.5 and the updates to cid & multihash. - frc42_dispatch@v7.0.0 - frc42_hasher@v6.0.0 - frc46_token@v12.0.0 - frc53_nft@v6.0.0 - fvm_actor_utils@v12.0.0 - fvm_dispatch_tools@v0.4.0 --- Cargo.toml | 4 ++-- frc42_dispatch/Cargo.toml | 4 ++-- frc42_dispatch/hasher/Cargo.toml | 2 +- frc42_dispatch/macros/Cargo.toml | 2 +- frc46_token/Cargo.toml | 2 +- frc53_nft/Cargo.toml | 2 +- fvm_actor_utils/Cargo.toml | 2 +- fvm_dispatch_tools/Cargo.toml | 2 +- 8 files changed, 10 insertions(+), 10 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index d2c0cf3a..326e4db0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -40,8 +40,8 @@ anyhow = { version = "1.0.56" } multihash-codetable = { version = "0.1.4" } # internal deps of published packages -frc42_dispatch = { version = "7.0.0", path = "./frc42_dispatch", default-features = false } -fvm_actor_utils = { version = "11.0.0", path = "./fvm_actor_utils" } +frc42_dispatch = { version = "8.0.0", path = "./frc42_dispatch", default-features = false } +fvm_actor_utils = { version = "12.0.0", path = "./fvm_actor_utils" } # only consumed by non-published packages frc53_nft = { path = "./frc53_nft" } diff --git a/frc42_dispatch/Cargo.toml b/frc42_dispatch/Cargo.toml index 1e7d391e..7fab8e56 100644 --- a/frc42_dispatch/Cargo.toml +++ b/frc42_dispatch/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "frc42_dispatch" description = "Filecoin FRC-0042 calling convention/dispatch support library" -version = "7.0.0" +version = "8.0.0" license = "MIT OR Apache-2.0" keywords = ["filecoin", "dispatch", "frc-0042"] repository = "https://github.com/helix-onchain/filecoin/" @@ -12,7 +12,7 @@ edition = "2021" fvm_ipld_encoding = { workspace = true } fvm_sdk = { workspace = true, optional = true } fvm_shared = { workspace = true } -frc42_hasher = { version = "5.0.0", path = "hasher" } +frc42_hasher = { version = "6.0.0", path = "hasher" } frc42_macros = { version = "5.0.0", path = "macros" } thiserror = { version = "1.0.31" } diff --git a/frc42_dispatch/hasher/Cargo.toml b/frc42_dispatch/hasher/Cargo.toml index 4b1bd037..1409d4c6 100644 --- a/frc42_dispatch/hasher/Cargo.toml +++ b/frc42_dispatch/hasher/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "frc42_hasher" -version = "5.0.0" +version = "6.0.0" license = "MIT OR Apache-2.0" description = "Filecoin FRC-0042 calling convention method hashing" repository = "https://github.com/helix-onchain/filecoin/" diff --git a/frc42_dispatch/macros/Cargo.toml b/frc42_dispatch/macros/Cargo.toml index 9a056184..ebb65fc0 100644 --- a/frc42_dispatch/macros/Cargo.toml +++ b/frc42_dispatch/macros/Cargo.toml @@ -11,7 +11,7 @@ proc-macro = true [dependencies] blake2b_simd = { version = "1.0.0" } -frc42_hasher = { version = "5.0.0", path = "../hasher", default-features = false } +frc42_hasher = { version = "6.0.0", path = "../hasher", default-features = false } proc-macro2 = "1.0" quote = "1.0" syn = { version = "1.0", features = ["full"] } diff --git a/frc46_token/Cargo.toml b/frc46_token/Cargo.toml index 4d828b3d..787f0b6a 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 = "11.0.0" +version = "12.0.0" 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 87866037..ac6a8445 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 = "5.0.0" +version = "6.0.0" 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 b7380ead..b48b463e 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 = "11.0.0" +version = "12.0.0" license = "MIT OR Apache-2.0" keywords = ["filecoin", "fvm"] repository = "https://github.com/helix-onchain/filecoin/" diff --git a/fvm_dispatch_tools/Cargo.toml b/fvm_dispatch_tools/Cargo.toml index 19f02515..b2d7f5d0 100644 --- a/fvm_dispatch_tools/Cargo.toml +++ b/fvm_dispatch_tools/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "fvm_dispatch_tools" -version = "0.3.0" +version = "0.4.0" edition = "2021" [dependencies]