Skip to content

Commit

Permalink
Bump uniffi to 0.28.0 (#924)
Browse files Browse the repository at this point in the history
* lock stuff

* bump to latest uniffi
  • Loading branch information
nplasterer authored Jul 26, 2024
1 parent fe14570 commit d0891e7
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 38 deletions.
53 changes: 19 additions & 34 deletions bindings_ffi/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions bindings_ffi/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ log = { version = "0.4", features = ["std"] }
thiserror = "1.0"
thread-id = "4.2.1"
tokio = { version = "1.28.1", features = ["macros"] }
uniffi = { version = "0.27.2", features = ["tokio", "cli"] }
uniffi_macros = "0.27.2"
uniffi = { version = "0.28.0", features = ["tokio", "cli"] }
uniffi_macros = "0.28.0"
xmtp_api_grpc = { path = "../xmtp_api_grpc" }
xmtp_cryptography = { path = "../xmtp_cryptography" }
xmtp_id = { path = "../xmtp_id" }
Expand All @@ -34,7 +34,7 @@ tracing-subscriber = { version = "0.3", features = ["env-filter"] }
openssl-sys = { git = "https://github.com/xmtp/rust-openssl.git", branch = "clone-v0.9.92" }

[build-dependencies]
uniffi = { version = "0.27.2", features = ["build"] }
uniffi = { version = "0.28.0", features = ["build"] }

[[bin]]
name = "ffi-uniffi-bindgen"
Expand All @@ -46,7 +46,7 @@ ethers-core = "2.0.13"
tempfile = "3.5.0"
tokio = { version = "1.28.1", features = ["full"] }
tokio-test = "0.4"
uniffi = { version = "0.27.2", features = ["bindgen-tests"] }
uniffi = { version = "0.28.0", features = ["bindgen-tests"] }
tracing-subscriber = "0.3"
uuid = { version = "1.9", features = ["v4", "fast-rng" ] }

Expand Down

0 comments on commit d0891e7

Please sign in to comment.