Skip to content

Commit

Permalink
fix: version
Browse files Browse the repository at this point in the history
  • Loading branch information
prestwich committed Jun 9, 2024
1 parent 4b64d3b commit 51c72c1
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.0"
version = "0.11.1"
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" }
coins-bip39 = { path = "crates/bip39" }
coins-core = { path = "crates/core" }
coins-ledger = { path = "crates/ledger" }
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" }

# core
base64 = "0.21"
Expand Down

0 comments on commit 51c72c1

Please sign in to comment.