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 21, 2023
1 parent 501e440 commit 8e0bde8
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions 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.201"
version = "0.8.0"
authors = ["Thom Wiggers <[email protected]>"]
edition = "2021"
links = "oqs"
Expand All @@ -19,7 +19,7 @@ libc = "0.2"

[build-dependencies]
cmake = "0.1"
bindgen = "0.66"
bindgen = "0.65"
build-deps = "0.1"

[features]
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.201"
version = "0.8.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.7.2"
version = "0.8.0"
default-features = false

[features]
Expand Down

0 comments on commit 8e0bde8

Please sign in to comment.