What changed, and why it matters
This commit is a routine version number bump for the Rust client package, changing it from 0.5.1 to 0.6.0. There is no code change, no security fix, and no functional change visible in the diff.
No security action needed. Review the actual 0.6.0 release contents separately if assessing the Rust client for security issues.
Security signals we found
No strong security signals were identified.
Evidence from the diff
The only change is in bitcoin_client_rs/Cargo.toml, updating the package version field of ledger_bitcoin_client from 0.5.1 to 0.6.0. No source code, dependencies, features, or metadata other than version were modified.
Changed components
bitcoin_client_rs/Cargo.tomlInspect captured patch +1 / −1
diff --git a/bitcoin_client_rs/Cargo.toml b/bitcoin_client_rs/Cargo.toml
index 3e17539..851de24 100644
--- a/bitcoin_client_rs/Cargo.toml
+++ b/bitcoin_client_rs/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "ledger_bitcoin_client"
-version = "0.5.1"
+version = "0.6.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.