Bump ledger_bitcoin_client version to 0.7.0
What changed, and why it matters
This commit only updates a version number from 0.6.2 to 0.7.0 in two Rust package files. It is a routine bookkeeping change because the public interface of the PSBT module changed, requiring a minor version bump under semantic versioning rules. No code behavior changes are present in the diff.
No security action required. Treat as a normal version-bump commit.
Security signals we found
No strong security signals were identified.
Evidence from the diff
The commit modifies bitcoin_client_rs/Cargo.toml and bitcoin_client_rs/Cargo.lock, changing the ledger_bitcoin_client package version from 0.6.2 to 0.7.0. The commit message explains this is due to a public interface change in the PSBT module. No source code, logic, dependency, or API implementation changes are included in the diff.
Changed components
bitcoin_client_rs/Cargo.tomlbitcoin_client_rs/Cargo.lockInspect captured patch +2 / −2
### bitcoin_client_rs/Cargo.lock
@@ -363,7 +363,7 @@ dependencies = [
[[package]]
name = "ledger_bitcoin_client"
-version = "0.6.2"
+version = "0.7.0"
dependencies = [
"async-trait",
"base64",
### bitcoin_client_rs/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "ledger_bitcoin_client"
-version = "0.6.2"
+version = "0.7.0"
authors = ["Ledger"]
edition = "2018"
description = "Ledger Bitcoin application client"Why this scored 15/100
Community notes
Notes can correct, qualify, or add evidence to the AI analysis. Every note shown here has been validated by a human moderator.
The AI analysis stands alone for now. Submit a note if you can add evidence or important context.