blob: 76a97651926369a28226a76e2fc7dc318517b66e (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
--- Cargo.toml.orig 2025-01-16 17:39:02 UTC
+++ Cargo.toml
@@ -50,7 +50,7 @@ libsqlite3-sys = { version = "0.30.1", features = [
image = { version = "0.25.5", default-features = false, features = ["png"] }
itertools = "0.13.0"
libsqlite3-sys = { version = "0.30.1", features = [
- "bundled-sqlcipher-vendored-openssl",
+ "sqlcipher",
] }
log-panics = "2.1.0"
mime_guess = "2.0.5"
@@ -121,4 +121,4 @@ harness = false
[patch.crates-io]
# signal-protocol uses a fork of this library via the patch mechanism of cargo.
# Since it is not transitive, we have to add the patch here explicitly.
-"curve25519-dalek" = { git = 'https://github.com/signalapp/curve25519-dalek', tag = 'signal-curve25519-4.1.3' }
+"curve25519-dalek" = { path = '%%WRKDIR%%/curve25519-dalek-signal-curve25519-4.1.3/curve25519-dalek' }
|