From 263f64459e3b921153b636e394ba02500beebbf0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hermann=20H=C3=B6hne?= Date: Fri, 13 Sep 2024 01:28:00 +0200 Subject: [PATCH] Switch to most recent presage commit. --- src/rust/Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/rust/Cargo.toml b/src/rust/Cargo.toml index 02b1d44..00d1380 100755 --- a/src/rust/Cargo.toml +++ b/src/rust/Cargo.toml @@ -8,13 +8,13 @@ name = "purple_presage_backend" path = "src/lib.rs" crate-type = ["staticlib"] -# presage needs this, taken from https://github.com/whisperfish/presage/blob/67d98a3/Cargo.toml +# presage needs this, taken from https://github.com/whisperfish/presage/blob/2171a70/Cargo.toml [patch.crates-io] curve25519-dalek = { git = 'https://github.com/signalapp/curve25519-dalek', tag = 'signal-curve25519-4.1.3' } [dependencies] -presage = { git = "https://github.com/whisperfish/presage", rev = "67d98a3" } -presage-store-sled = { git = "https://github.com/whisperfish/presage", rev = "67d98a3" } +presage = { git = "https://github.com/whisperfish/presage", rev = "2171a70" } +presage-store-sled = { git = "https://github.com/whisperfish/presage", rev = "2171a70" } mime-sniffer = { git = "https://github.com/kamadorueda/rust-mime-sniffer"} hex = "*" chrono = "*"