Skip to content

Commit

Permalink
make openmls_test 0.1.0-pre.1
Browse files Browse the repository at this point in the history
  • Loading branch information
keks committed Jul 23, 2024
1 parent b21beea commit 000cffb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion openmls/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ fluvio-wasm-timer = { version = "0.2.5", optional = true }
openmls_memory_storage = { version = "0.3.0-pre.1", path = "../memory_storage", features = [
"test-utils",
], optional = true }
openmls_test = { version = "0.2.0-pre.1", path = "../openmls_test", optional = true }
openmls_test = { version = "0.1.0-pre.1", path = "../openmls_test", optional = true }
openmls_libcrux_crypto = { version = "0.1.0-pre.1", path = "../libcrux_crypto", optional = true }
once_cell = { version = "1.19.0", optional = true }

Expand Down
2 changes: 1 addition & 1 deletion openmls_test/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "openmls_test"
version = "0.2.0-pre.1"
version = "0.1.0-pre.1"
edition = "2021"
authors = ["Franziskus Kiefer <[email protected]>"]

Expand Down

0 comments on commit 000cffb

Please sign in to comment.