Skip to content

Commit

Permalink
bumps uniffi version to 0.27.1 (#47)
Browse files Browse the repository at this point in the history
* bumps uniffi version to 0.27.1, no major changes needed right now - exposes async from rust for future
  • Loading branch information
heckj authored Apr 4, 2024
1 parent 30892bf commit 59d1c24
Show file tree
Hide file tree
Showing 3 changed files with 1,969 additions and 1,095 deletions.
4 changes: 2 additions & 2 deletions lib/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ required-features = ["uniffi/cli"]
[dependencies]
yrs = "0.18.2"
thiserror = "1.0.38"
uniffi = "0.26.1"
uniffi = "0.27.1"

[build-dependencies]
uniffi = { version = "0.26.1", features = [ "build" ] }
uniffi = { version = "0.27.1", features = [ "build" ] }

[lib]
name = "uniffi_yniffi"
Expand Down
Loading

0 comments on commit 59d1c24

Please sign in to comment.