Skip to content

Commit

Permalink
Merge pull request #152 from open-quantum-safe/0.7.2-rc2
Browse files Browse the repository at this point in the history
liboqs 0.7.2-rc2
  • Loading branch information
thomwiggers authored Aug 15, 2022
2 parents 31808e3 + 49e2717 commit c750f09
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion oqs-sys/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "oqs-sys"
version = "0.7.1"
version = "0.7.2-rc2"
authors = ["Thom Wiggers <thom@thomwiggers.nl>"]
edition = "2021"
links = "oqs"
Expand Down
2 changes: 1 addition & 1 deletion oqs-sys/liboqs
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.7.1"
version = "0.7.2-rc2"
authors = ["Thom Wiggers <thom@thomwiggers.nl>"]
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.7.1"
version = "0.7.2-rc2"
default-features = false

[features]
Expand Down

0 comments on commit c750f09

Please sign in to comment.