diff --git a/Cargo.lock b/Cargo.lock index 653743c..42f583a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -309,7 +309,7 @@ dependencies = [ [[package]] name = "anychain-tron" -version = "0.2.4" +version = "0.2.5" dependencies = [ "anychain-core", "base58", diff --git a/anychain-tron/Cargo.toml b/anychain-tron/Cargo.toml index a29d196..fb54e54 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.4" +version = "0.2.5" keywords = ["tron", "blockchain", "cryptocurrencies", "wallet", "transactions"] # Workspace inherited keys