chore(trezor-client): bump version to 0.1.6
What changed, and why it matters
This commit only updates the package version number of the trezor-client Rust library from 0.1.5 to 0.1.6 in two bookkeeping files. No code, dependencies, or behavior changed.
No action needed; this is a routine version-bump commit with no security implications.
Security signals we found
No strong security signals were identified.
Evidence from the diff
The diff is limited to the version field in rust/trezor-client/Cargo.toml and the corresponding locked version in rust/trezor-client/Cargo.lock. There are no source-code modifications, dependency updates, feature changes, or security-relevant alterations.
Changed components
Inspect captured patch +2 / −2
diff --git a/rust/trezor-client/Cargo.lock b/rust/trezor-client/Cargo.lock
index 98d40189..a6459d86 100644
--- a/rust/trezor-client/Cargo.lock
+++ b/rust/trezor-client/Cargo.lock
@@ -789,7 +789,7 @@ dependencies = [
[[package]]
name = "trezor-client"
-version = "0.1.5"
+version = "0.1.6"
dependencies = [
"bitcoin",
"byteorder",
diff --git a/rust/trezor-client/Cargo.toml b/rust/trezor-client/Cargo.toml
index 7684369c..24cb0f98 100644
--- a/rust/trezor-client/Cargo.toml
+++ b/rust/trezor-client/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "trezor-client"
-version = "0.1.5"
+version = "0.1.6"
authors = [
"Piyush Kumar <piyushkumar2k02@kgpian.iitkgp.ac.in>",
"joshieDo <ranriver@protonmail.com>",
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.