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]
|
[dependencies.uniffi]
|
||||||
version = "0.7.0"
|
version = "0.7.0"
|
||||||
git = "https://github.com/mozilla/uniffi-rs"
|
git = "https://github.com/mozilla/uniffi-rs"
|
||||||
branch = "tagged-unions"
|
rev = "f7c8ccda783494ee507ea0f8a61f35b39527394f"
|
||||||
|
|
||||||
[build-dependencies]
|
[build-dependencies]
|
||||||
uniffi_build = "0.7.0"
|
uniffi_build = "0.7.0"
|
||||||
|
@ -50,7 +50,7 @@ dictionary Sas {
|
|||||||
Request request;
|
Request request;
|
||||||
};
|
};
|
||||||
|
|
||||||
[TaggedUnion]
|
[Enum]
|
||||||
interface Request {
|
interface Request {
|
||||||
ToDevice(string request_id, string event_type, string body);
|
ToDevice(string request_id, string event_type, string body);
|
||||||
KeysUpload(string request_id, string body);
|
KeysUpload(string request_id, string body);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user