Skip to content

Commit

Permalink
Merge pull request #110 from open-quantum-safe/release-0.7.1
Browse files Browse the repository at this point in the history
Release liboqs 0.7.1
  • Loading branch information
thomwiggers authored Dec 17, 2021
2 parents 01a10b5 + 96c762c commit a38d8c4
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.0"
version = "0.7.1"
authors = ["Thom Wiggers <[email protected]>"]
edition = "2018"
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.0"
version = "0.7.1"
authors = ["Thom Wiggers <[email protected]>"]
edition = "2018"
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.0"
version = "0.7.1"
default-features = false

[features]
Expand Down

0 comments on commit a38d8c4

Please sign in to comment.