From c24ceecb5cb046585c1dfa462f787ea4f9c75dda Mon Sep 17 00:00:00 2001 From: aya015757881 <2581015450@qq.com> Date: Wed, 8 May 2024 10:21:08 +0800 Subject: [PATCH] feat: anychain-core dependency to version 0.1.6, anychain-bitcoin version to 0.1.6 --- Cargo.lock | 2 +- anychain-bitcoin/Cargo.toml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 829ea11..b2fc8f4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -138,7 +138,7 @@ dependencies = [ [[package]] name = "anychain-bitcoin" -version = "0.1.5" +version = "0.1.6" dependencies = [ "anychain-core", "base58", diff --git a/anychain-bitcoin/Cargo.toml b/anychain-bitcoin/Cargo.toml index 68c212c..5bac6e7 100644 --- a/anychain-bitcoin/Cargo.toml +++ b/anychain-bitcoin/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "anychain-bitcoin" description = "A Rust library for Bitcoin-focused cryptocurrency wallets, enabling seamless transactions on the Bitcoin blockchain" -version = "0.1.5" +version = "0.1.6" keywords = ["bitcoin", "blockchain", "cryptocurrencies", "wallet", "transactions"] # Workspace inherited keys @@ -12,7 +12,7 @@ license = { workspace = true } repository = { workspace = true } [dependencies] -anychain-core = { path = "../anychain-core", version = "0.1.5"} +anychain-core = { path = "../anychain-core", version = "0.1.6" } base58 = { workspace = true } bech32 = { workspace = true } serde = { workspace = true }