Skip to content

Commit

Permalink
Fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
Marta Mularczyk committed Oct 23, 2024
1 parent b931dae commit 22c0ac9
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion mls-rs-ffi/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ std = ["mls-rs/std", "safer-ffi-gen/std"]
x509 = ["mls-rs-identity-x509"]

[dependencies]
mls-rs = { path = "../mls-rs", version = "0.41.2", features = ["ffi"] }
mls-rs = { path = "../mls-rs", version = "0.42.0", features = ["ffi"] }
mls-rs-crypto-openssl = { path = "../mls-rs-crypto-openssl", version = "0.10.0", optional = true }
mls-rs-identity-x509 = { path = "../mls-rs-identity-x509", version = "0.12.0", optional = true }
mls-rs-provider-sqlite = { path = "../mls-rs-provider-sqlite", version = "0.13.1", default-features = false, optional = true }
Expand Down
2 changes: 1 addition & 1 deletion mls-rs-uniffi/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ name = "mls_rs_uniffi"
[dependencies]
async-trait = "0.1.77"
maybe-async = "0.2.10"
mls-rs = { version = "0.41.2", path = "../mls-rs" }
mls-rs = { version = "0.42.0", path = "../mls-rs" }
mls-rs-core = { version = "0.19.0", path = "../mls-rs-core" }
mls-rs-crypto-openssl = { version = "0.10.0", path = "../mls-rs-crypto-openssl" }
thiserror = "1.0.57"
Expand Down
2 changes: 1 addition & 1 deletion mls-rs/fuzz/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ edition = "2021"
cargo-fuzz = true

[dependencies]
mls-rs = { version = "0.41.2", path = "..", features = ["arbitrary", "fuzz_util"] }
mls-rs = { version = "0.42.0", path = "..", features = ["arbitrary", "fuzz_util"] }
futures = "0.3.25"
libfuzzer-sys = "0.4"
once_cell = "1.13.0"
Expand Down
2 changes: 1 addition & 1 deletion mls-rs/test_harness_integration/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ edition = "2021"
publish = false

[dependencies]
mls-rs = { version = "0.41.2", path = "..", default-features = false, features = ["std", "external_client"]}
mls-rs = { version = "0.42.0", path = "..", default-features = false, features = ["std", "external_client"]}
tonic = "0.10.2"
prost = "0.12.1"
tokio = { version = "1", features = ["macros", "rt-multi-thread"] }
Expand Down

0 comments on commit 22c0ac9

Please sign in to comment.