Skip to content

Commit d3eb151

Browse files
authored
Merge pull request #84 from synonymdev/fix/trezor-7-usb
fix: bump trezor-connect-rs to 0.2.5 (USB I/O serialization)
2 parents 6dc2e68 + 03ace9e commit d3eb151

18 files changed

Lines changed: 17 additions & 13 deletions

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
target/
22
.idea/
33
.DS_Store
4+
# AI
45
.ai
6+
.claude/worktrees
7+
*.local.*
8+
!*.local.template*

Cargo.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "bitkitcore"
3-
version = "0.1.54"
3+
version = "0.1.55"
44
edition = "2021"
55

66
[lib]
@@ -46,11 +46,11 @@ btleplug = "0.11"
4646

4747
# Trezor connect library - non-iOS platforms get USB + Bluetooth
4848
[target.'cfg(not(target_os = "ios"))'.dependencies]
49-
trezor-connect-rs = { version = "0.2.4", features = ["psbt"] }
49+
trezor-connect-rs = { version = "0.2.5", features = ["psbt"] }
5050

5151
# iOS: Bluetooth only (libusb has no iOS backend, so no USB support)
5252
[target.'cfg(target_os = "ios")'.dependencies]
53-
trezor-connect-rs = { version = "0.2.4", default-features = false, features = ["bluetooth", "psbt"] }
53+
trezor-connect-rs = { version = "0.2.5", default-features = false, features = ["bluetooth", "psbt"] }
5454

5555
# JNI for Android (must match btleplug's jni version)
5656
[target.'cfg(target_os = "android")'.dependencies]

Package.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33

44
import PackageDescription
55

6-
let tag = "v0.1.54"
7-
let checksum = "8ca81d51d6d9f66ef3c33f81969d07221c21744d131f907be2006d87a807ed05"
6+
let tag = "v0.1.55"
7+
let checksum = "273da44b44f6f47ee60471af771594f4103bdd4405b6b2f68ff5359d5a0eaf5a"
88
let url = "https://github.com/synonymdev/bitkit-core/releases/download/\(tag)/BitkitCore.xcframework.zip"
99

1010
let package = Package(

bindings/android/gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ android.useAndroidX=true
33
android.enableJetifier=true
44
kotlin.code.style=official
55
group=com.synonym
6-
version=0.1.54
6+
version=0.1.55

0 commit comments

Comments
 (0)