update oqs-sys from 0.7.2 to 0.8.0

This commit is contained in:
wucke13
2023-08-23 11:32:51 +02:00
parent 8ff9b53365
commit 91d0592ad6
2 changed files with 25 additions and 31 deletions

View File

@@ -19,7 +19,7 @@ base64 = "0.21.1"
static_assertions = "1.1.0"
memoffset = "0.9.0"
libsodium-sys-stable = { version = "1.19.28", features = ["use-pkg-config"] }
oqs-sys = { version = "0.7.2", default-features = false, features = ['classic_mceliece', 'kyber'] }
oqs-sys = { version = "0.8", default-features = false, features = ['classic_mceliece', 'kyber'] }
lazy_static = "1.4.0"
thiserror = "1.0.40"
paste = "1.0.12"