ruts: Use the latest master of uniffi.

This commit is contained in:
Damir Jelić 2021-02-22 16:04:18 +01:00
parent 891622d64b
commit c33a4710fe
2 changed files with 2 additions and 2 deletions

View File

@ -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"

View File

@ -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);