Skip to content

Commit

Permalink
Initial oqs 0.8.0 support
Browse files Browse the repository at this point in the history
  • Loading branch information
thomwiggers committed Aug 16, 2023
1 parent ba8ad90 commit f52eebd
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.2"
version = "0.8.0"
authors = ["Thom Wiggers <thom@thomwiggers.nl>"]
edition = "2021"
links = "oqs"
Expand Down
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.2"
version = "0.8.0"
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.2-rc2"
version = "0.8.0"
default-features = false

[features]
Expand Down

0 comments on commit f52eebd

Please sign in to comment.