Skip to content

Commit

Permalink
chore: patch releases for frc46, frc53, and the actor utils
Browse files Browse the repository at this point in the history
Publish the crates that depended on `multihash-codec` to remove the
default features from the build tree.

- [email protected]
- [email protected]
- [email protected]
  • Loading branch information
Stebalien committed Nov 22, 2024
1 parent c0662cb commit b602eba
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" }
Expand Down
2 changes: 1 addition & 1 deletion frc46_token/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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/"
Expand Down
2 changes: 1 addition & 1 deletion frc53_nft/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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/"
Expand Down
2 changes: 1 addition & 1 deletion fvm_actor_utils/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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/"
Expand Down

0 comments on commit b602eba

Please sign in to comment.