Skip to content
This repository has been archived by the owner on Sep 27, 2024. It is now read-only.

Commit

Permalink
Bump UniFFI (#950)
Browse files Browse the repository at this point in the history
  • Loading branch information
Velin92 authored Mar 20, 2024
1 parent 57ea7da commit 9690a10
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 24 deletions.
31 changes: 10 additions & 21 deletions Cargo.lock

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

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ resolver = "2"
rust-version = "1.76"

[workspace.dependencies]
uniffi = "0.26.1"
uniffi_macros = "0.26.1"
uniffi_build = "0.26.1"
uniffi = { git = "https://github.com/mozilla/uniffi-rs", rev = "789a9023b522562a95618443cee5a0d4f111c4c7" }
uniffi_macros = { git = "https://github.com/mozilla/uniffi-rs", rev = "789a9023b522562a95618443cee5a0d4f111c4c7" }
uniffi_build = { git = "https://github.com/mozilla/uniffi-rs", rev = "789a9023b522562a95618443cee5a0d4f111c4c7" }

[profile.release]
opt-level = 'z' # Optimize for size.
Expand Down

0 comments on commit 9690a10

Please sign in to comment.