From 6d070021ecf7bebfecd4d8bcbb723492efa29d67 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hermann=20H=C3=B6hne?= Date: Sat, 28 Sep 2024 15:14:15 +0200 Subject: [PATCH] Depend on presage commit b0e862b. --- 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 00d1380..f7f2ffe 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/2171a70/Cargo.toml +# presage needs this, taken from https://github.com/whisperfish/presage/blob/b0e862b/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 = "2171a70" } -presage-store-sled = { git = "https://github.com/whisperfish/presage", rev = "2171a70" } +presage = { git = "https://github.com/whisperfish/presage", rev = "b0e862b" } +presage-store-sled = { git = "https://github.com/whisperfish/presage", rev = "b0e862b" } mime-sniffer = { git = "https://github.com/kamadorueda/rust-mime-sniffer"} hex = "*" chrono = "*"