Skip to content

Commit

Permalink
bindgen on ci seems broken really bad
Browse files Browse the repository at this point in the history
  • Loading branch information
franziskuskiefer authored Sep 18, 2023
1 parent 11c71e4 commit f7f59fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ quickcheck_macros = "1"
serde_json = { version = "1.0" }
serde = { version = "1.0", features = ["derive"] }
hex = { version = "0.4.3", features = ["serde"] }
pqcrypto-kyber = { version = "0.7.6", default-features = false }

# Benchmarking "RustCrypto"
chacha20poly1305 = "0.10"
Expand All @@ -54,6 +53,7 @@ wasm-bindgen-test = "0.3"
[target.'cfg(not(target_arch = "wasm32"))'.dev-dependencies]
criterion = "0.5"
libcrux-pqclean = { version = "*", path = "sys/pqclean" }
pqcrypto-kyber = { version = "0.7.6", default-features = false }

# Benchmarking "OpenSSL"
# XXX: We don't do this for Windows or wasm right now.
Expand Down

0 comments on commit f7f59fc

Please sign in to comment.