Skip to content

Commit

Permalink
Add zeroize version for msrv 1.65
Browse files Browse the repository at this point in the history
  • Loading branch information
edouardparis committed Apr 24, 2024
1 parent d2fdc22 commit 93ee264
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ repository.workspace = true

[features]
default = ["ledger", "specter", "coldcard", "bitbox", "jade"]
bitbox = ["tokio", "hidapi", "bitbox-api", "regex", "prost", "prost-derive"]
bitbox = ["tokio", "hidapi", "bitbox-api", "regex", "prost", "prost-derive", "zeroize"]
coldcard = ["dep:coldcard", "regex"]
specter = ["tokio", "tokio-serial", "serialport"]
jade = ["tokio", "tokio-serial", "serde", "serde_bytes", "serde_cbor", "serialport", "reqwest"]
Expand All @@ -44,9 +44,10 @@ reqwest = { version = "0.11", default-features = false, features = ["json", "rus

# bitbox
bitbox-api = { version = "0.2.3", default-features = false, features = ["usb", "tokio", "multithreaded"], optional = true }
# pin the dep to satisfy msrv 1.65
# pin the deps to satisfy msrv 1.65
prost = { version = "=0.12.2", optional = true }
prost-derive = { version = "=0.12.2", optional = true }
zeroize = { version = "=1.7.0", optional = true }

# coldcard
coldcard = { version = "0.12.1", optional = true }
Expand Down

0 comments on commit 93ee264

Please sign in to comment.