Skip to content

Commit 4922409

Browse files
committed
Fix uniffi revision
I messed up the revision on by FFI branch. I picked the first commit, rather than the final commit. The first commit was just some prepatory refactors, so wasn't having any effect. See https://github.com/mozilla/uniffi-rs/commits/kotlin-pointer-ffi/
1 parent 3e3e15e commit 4922409

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,6 @@ lto = "thin"
156156

157157
[patch.crates-io]
158158
# uniffi is using an experimental ffi based on 0.31.
159-
uniffi = { git = "https://github.com/mozilla/uniffi-rs.git", rev = "106e12ae2a0474a1880667ed3a4b050fcf1c6666" }
160-
uniffi_bindgen = { git = "https://github.com/mozilla/uniffi-rs.git", rev = "106e12ae2a0474a1880667ed3a4b050fcf1c6666" }
161-
uniffi_pipeline = { git = "https://github.com/mozilla/uniffi-rs.git", rev = "106e12ae2a0474a1880667ed3a4b050fcf1c6666" }
159+
uniffi = { git = "https://github.com/mozilla/uniffi-rs.git", rev = "76eacf42894b5a463d928a74d8077418633a6974" }
160+
uniffi_bindgen = { git = "https://github.com/mozilla/uniffi-rs.git", rev = "76eacf42894b5a463d928a74d8077418633a6974" }
161+
uniffi_pipeline = { git = "https://github.com/mozilla/uniffi-rs.git", rev = "76eacf42894b5a463d928a74d8077418633a6974" }

0 commit comments

Comments
 (0)