Skip to content

Commit

Permalink
0.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
prestwich committed Jul 27, 2024
1 parent cbfdece commit 6838848
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ members = [
resolver = "2"

[workspace.package]
version = "0.11.1"
version = "0.12.0"
edition = "2021"
rust-version = "1.65"
authors = [
Expand All @@ -17,10 +17,10 @@ homepage = "https://github.com/summa-tx/coins"
repository = "https://github.com/summa-tx/coins"

[workspace.dependencies]
coins-bip32 = { path = "crates/bip32", version = "0.11.1" }
coins-bip39 = { path = "crates/bip39", version = "0.11.1" }
coins-core = { path = "crates/core", version = "0.11.1" }
coins-ledger = { path = "crates/ledger", version = "0.11.1" }
coins-bip32 = { path = "crates/bip32", version = "0.12" }
coins-bip39 = { path = "crates/bip39", version = "0.12" }
coins-core = { path = "crates/core", version = "0.12" }
coins-ledger = { path = "crates/ledger", version = "0.12" }

# core
base64 = "0.21"
Expand Down

0 comments on commit 6838848

Please sign in to comment.