From f232f623c6f2a9783f2713586f69ad7ecfacfc24 Mon Sep 17 00:00:00 2001 From: Adam Ierymenko Date: Wed, 18 Oct 2023 11:19:44 -0400 Subject: [PATCH] Add ZSSP by rev --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 879ad09..9890fe3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,7 +20,7 @@ cfg-if = "1.0" libc = "0.2" once_cell = "1.18.0" ctor = "^0" -zssp = { git = "https://github.com/zerotier/zssp.git", features = ["openssl-sys", "pqc_kyber"], default-features = false } +zssp = { git = "https://github.com/zerotier/zssp.git", features = ["openssl-sys", "pqc_kyber"], default-features = false, rev = "64c9d7a00ccaabcb5c999f58c6b6f32becb5eeb2" } rand_xoshiro = { version = "0.6.0"} [dev-dependencies]