Skip to content

Commit 5777476

Browse files
committed
chore: upgrade uniffi to version 0.28.3
1 parent 89582ca commit 5777476

File tree

2 files changed

+22
-30
lines changed

2 files changed

+22
-30
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ name = "bitkitcore"
99
path = "src/lib.rs"
1010

1111
[dependencies]
12-
uniffi = { version = "0.27.3", features = [ "cli", "bindgen" ] }
12+
uniffi = { version = "0.28.3", 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"] }

0 commit comments

Comments
 (0)