Skip to content

Commit

Permalink
feat: anychain-core dependency to version 0.1.6, anychain-bitcoin ver…
Browse files Browse the repository at this point in the history
…sion to 0.1.6
  • Loading branch information
aya015757881 committed May 8, 2024
1 parent 8539e96 commit c24ceec
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions anychain-bitcoin/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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 }
Expand Down

0 comments on commit c24ceec

Please sign in to comment.