Skip to content

Commit

Permalink
Fix warnings after clippy update
Browse files Browse the repository at this point in the history
  • Loading branch information
Marta Mularczyk committed Jan 9, 2025
1 parent b9b7f2b commit 172b49d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions mls-rs-ffi/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,11 @@ sqlite = ["std", "mls-rs-provider-sqlite/sqlite"]
sqlite-bundled = ["sqlite", "mls-rs-provider-sqlite/sqlite-bundled"]
std = ["mls-rs/std", "safer-ffi-gen/std"]
x509 = ["mls-rs-identity-x509"]
psk = ["mls-rs/psk"]
by_ref_proposal = ["mls-rs/by_ref_proposal"]
custom_proposal = ["mls-rs/custom_proposal"]
private_message = ["mls-rs/private_message"]
secret_tree_access = ["mls-rs/secret_tree_access"]

[dependencies]
mls-rs = { path = "../mls-rs", version = "0.43.0", features = ["ffi"] }
Expand Down

0 comments on commit 172b49d

Please sign in to comment.