From a36d43d62232a9848b6b0d78cf233603f06af71f Mon Sep 17 00:00:00 2001 From: Ruben De Smet Date: Sun, 29 Oct 2023 08:09:11 +0100 Subject: [PATCH] Update the libsignal-curve25519 lizard notice --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 153792c03..15305bf9f 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ libsignal-protocol = { git = "https://github.com/signalapp/libsignal-client", br zkgroup = { version = "0.9.0", git = "https://github.com/signalapp/libsignal-client", branch = "main" } [patch.crates-io] -"curve25519-dalek" = { git = "https://github.com/signalapp/curve25519-dalek", branch = "lizard2" } +"curve25519-dalek" = { git = "https://github.com/signalapp/curve25519-dalek", tag = "signal-curve25519-4.0.0" } ``` If you're using a Cargo workspace, you should add the `[patch.crates.io]` section in the root `Cargo.toml` file instead.