Skip to content

Commit

Permalink
bump ledger 0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
edouardparis committed Mar 20, 2024
1 parent 51aea7c commit 71c12f9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ keywords = ["bitcoin"]

[package]
name = "async-hwi"
version = "0.0.15"
version = "0.0.16"
readme = "README.md"
description = "Async hardware wallet interface"
license-file.workspace = true
Expand Down Expand Up @@ -42,7 +42,7 @@ bitbox-api = { version = "0.2.3", default-features = false, features = ["usb", "
coldcard = { version = "0.12.1", optional = true }

# ledger
ledger_bitcoin_client = { version = "0.4.0", optional = true }
ledger_bitcoin_client = { version = "0.4.1", optional = true }
ledger-apdu = { version = "0.10", optional = true }
ledger-transport-hidapi = { version = "0.10.0", optional = true }

Expand Down

0 comments on commit 71c12f9

Please sign in to comment.