Skip to content

Commit

Permalink
chore(oqs): bumped version to 0.10.0, and oqs-sys dependency version …
Browse files Browse the repository at this point in the history
…to 0.10.0+liboqs-0.10.0

Signed-off-by: Ferdinand Linnenberg <[email protected]>
  • Loading branch information
Scarjit committed Apr 10, 2024
1 parent 20a0db1 commit ec5b06e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions oqs/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "oqs"
version = "0.9.0"
version = "0.10.0"
authors = ["Thom Wiggers <[email protected]>"]
edition = "2021"
description = "A Rusty interface to Open-Quantum-Safe's liboqs"
Expand All @@ -16,7 +16,7 @@ serde = { version = "1.0", optional = true, default-features = false, features =

[dependencies.oqs-sys]
path = "../oqs-sys"
version = "0.9.0"
version = "0.10.0+liboqs-0.10.0"
default-features = false

[features]
Expand Down

0 comments on commit ec5b06e

Please sign in to comment.