Skip to content

Commit

Permalink
add out of order flag to uniffi-ios
Browse files Browse the repository at this point in the history
  • Loading branch information
germ-mark committed Sep 6, 2024
1 parent 98e6ac1 commit 098da0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mls-rs-uniffi-ios/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ edition = "2021"

[dependencies]
uniffi = { git = "https://github.com/mozilla/uniffi-rs/", rev = "cd38cce", version = "0.28.0" }
mls-rs = { version = "0.39.0", path = "../mls-rs", features = ["replace_proposal"] }
mls-rs = { version = "0.39.0", path = "../mls-rs", features = ["replace_proposal", "out_of_order"] }
mls-rs-core = { version = "0.18.0", path = "../mls-rs-core" }
mls-rs-crypto-cryptokit = { version = "0.1.0", path = "../mls-rs-crypto-cryptokit" }

Expand Down

0 comments on commit 098da0f

Please sign in to comment.