Skip to content

Commit

Permalink
Switch to most recent presage commit.
Browse files Browse the repository at this point in the history
  • Loading branch information
hoehermann committed Sep 12, 2024
1 parent 4a0b1c7 commit 263f644
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/rust/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 = "*"
Expand Down

0 comments on commit 263f644

Please sign in to comment.