ruts: Use the latest master of uniffi.
This commit is contained in:
parent
891622d64b
commit
c33a4710fe
|
@ -37,7 +37,7 @@ features = ["rt-multi-thread"]
|
|||
[dependencies.uniffi]
|
||||
version = "0.7.0"
|
||||
git = "https://github.com/mozilla/uniffi-rs"
|
||||
branch = "tagged-unions"
|
||||
rev = "f7c8ccda783494ee507ea0f8a61f35b39527394f"
|
||||
|
||||
[build-dependencies]
|
||||
uniffi_build = "0.7.0"
|
||||
|
|
|
@ -50,7 +50,7 @@ dictionary Sas {
|
|||
Request request;
|
||||
};
|
||||
|
||||
[TaggedUnion]
|
||||
[Enum]
|
||||
interface Request {
|
||||
ToDevice(string request_id, string event_type, string body);
|
||||
KeysUpload(string request_id, string body);
|
||||
|
|
Loading…
Reference in New Issue