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