From 3ff63473f443e1124ba620af15e37889a931706b Mon Sep 17 00:00:00 2001 From: clux Date: Mon, 23 May 2022 23:21:48 +0100 Subject: [PATCH] use golddranks fix Signed-off-by: clux --- test/pqcrate/Cargo.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test/pqcrate/Cargo.toml b/test/pqcrate/Cargo.toml index 75ba625..a158fac 100644 --- a/test/pqcrate/Cargo.toml +++ b/test/pqcrate/Cargo.toml @@ -4,5 +4,6 @@ name = "pqcrate" version = "0.1.0" [dependencies] -pq-sys = "0.4.5" +#pq-sys = "0.4.5" +pq-sys = { git = "https://github.com/golddranks/pq-sys.git", rev = "8bc178b2a3859704585f4d4b39d2942c040e350b" } openssl = "*"