From 95899db0b1262409b8bbb9277eecc9485d7b2fa7 Mon Sep 17 00:00:00 2001 From: Adam Ierymenko Date: Tue, 3 Oct 2023 18:01:37 -0700 Subject: [PATCH] zssp repo rename --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 2ee33dc..e671bff 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,7 +18,7 @@ cfg-if = "1.0" libc = "0.2" once_cell = "1.18.0" ctor = "^0" -zssp = { git = "https://github.com/zerotier/zssp-proto", branch = "main", features = ["openssl-sys", "pqc_kyber"], default-features = false } +zssp = { git = "https://github.com/zerotier/zssp", branch = "main", features = ["openssl-sys", "pqc_kyber"], default-features = false } rand_xoshiro = { version = "0.6.0"} [dev-dependencies]