Skip to content

Commit 3cd496c

Browse files
authored
Merge pull request #48 from synonymdev/chore/upgrade-uniffi-enable-codable
chore: upgrade uniffi to 0.29.4 and enable Codable conformance
2 parents 1a71420 + 826ea9f commit 3cd496c

File tree

21 files changed

+6969
-5140
lines changed

21 files changed

+6969
-5140
lines changed

Cargo.lock

Lines changed: 378 additions & 570 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.22"
3+
version = "0.1.23"
44
edition = "2021"
55

66
[lib]
@@ -9,7 +9,7 @@ name = "bitkitcore"
99
path = "src/lib.rs"
1010

1111
[dependencies]
12-
uniffi = { version = "0.28.3", features = [ "cli", "bindgen" ] }
12+
uniffi = { version = "0.29.4", features = [ "cli", "bindgen" ] }
1313
serde_json = "1.0.114"
1414
serde = { version = "^1.0.209", features = ["derive"] }
1515
tokio = { version = "1.40.0", features = ["rt", "rt-multi-thread", "macros"] }

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.22"
7-
let checksum = "4dbbfe4851589690d272c631a0e8473da3ca63cf52578d2f739b406d19de6c3e"
6+
let tag = "v0.1.23"
7+
let checksum = "bc38b62f93ce7b3c7acc22d3a917e2dd343c241c061cf2d7b1b7c779545a1e37"
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.22
6+
version=0.1.23
-5.26 MB
Binary file not shown.
-3.94 MB
Binary file not shown.
-3.24 MB
Binary file not shown.
-3.62 MB
Binary file not shown.

0 commit comments

Comments
 (0)