From 6a778d6e3be5598eb03df8f910d7db765c55186a Mon Sep 17 00:00:00 2001 From: loki-cmu Date: Fri, 2 Aug 2024 02:04:43 +0800 Subject: [PATCH] build: update crates version --- anychain-filecoin/Cargo.toml | 2 +- anychain-polkadot/Cargo.toml | 2 +- anychain-tron/Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/anychain-filecoin/Cargo.toml b/anychain-filecoin/Cargo.toml index 406fa9a..8cd6472 100644 --- a/anychain-filecoin/Cargo.toml +++ b/anychain-filecoin/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "anychain-filecoin" description = "A Rust library for Filecoin-focused cryptocurrency wallets, enabling seamless transactions on the Filecoin blockchain" -version = "0.1.6" +version = "0.1.7" keywords = ["filecoin", "blockchain", "cryptocurrencies", "wallet", "transactions"] # Workspace inherited keys diff --git a/anychain-polkadot/Cargo.toml b/anychain-polkadot/Cargo.toml index 7ef676e..807a45d 100644 --- a/anychain-polkadot/Cargo.toml +++ b/anychain-polkadot/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "anychain-polkadot" description = "A Rust library for Polkadot cryptocurrency wallets, enabling seamless transactions on the Polkadot blockchain" -version = "0.1.2" +version = "0.1.3" keywords = ["polkadot", "blockchain", "cryptocurrencies", "wallet", "transactions"] # Workspace inherited keys diff --git a/anychain-tron/Cargo.toml b/anychain-tron/Cargo.toml index 5b0163d..41993b1 100644 --- a/anychain-tron/Cargo.toml +++ b/anychain-tron/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "anychain-tron" description = "A Rust library for Tron-focused cryptocurrency wallets, enabling seamless transactions on the Tron blockchain" -version = "0.2.5" +version = "0.2.6" keywords = ["tron", "blockchain", "cryptocurrencies", "wallet", "transactions"] # Workspace inherited keys