Skip to content

Commit 1f06ee6

Browse files
committed
chore: upgrade blocktank client
- Add several types to the blocktank module in types.rs - Update bindings - Bump version to 0.1.15
1 parent 3665ebe commit 1f06ee6

File tree

17 files changed

+2850
-180
lines changed

17 files changed

+2850
-180
lines changed

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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "bitkitcore"
3-
version = "0.1.14"
3+
version = "0.1.15"
44
edition = "2021"
55

66
[lib]
@@ -26,7 +26,7 @@ openssl = { version = "0.10", features = ["vendored"] }
2626
rand = "0.8.5"
2727
once_cell = "1.20.2"
2828
rusqlite = { version = "0.32.1", features = ["bundled", "unlock_notify"] }
29-
rust-blocktank-client = { version = "0.0.15", features = ["rustls-tls"] }
29+
rust-blocktank-client = { version = "0.0.16", features = ["rustls-tls"] }
3030
reqwest = { version = "0.12.12", features = ["json", "rustls-tls", "rustls-tls-native-roots"], default-features = false }
3131
r2d2 = "0.8.10"
3232
r2d2_sqlite = "0.25.0"

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.14"
7-
let checksum = "93007363efa894a1a386d9fea051423261989189fb4ffa9bac0dea8baaa74c66"
6+
let tag = "v0.1.15"
7+
let checksum = "49914370d4d8dc016104e3da72acd4f16535eaec3d3c68083238e238660a71ef"
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.14
6+
version=0.1.15

0 commit comments

Comments
 (0)