nixpkgs/pkgs/applications/blockchains/lighthouse/use-system-sqlite.patch

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

14 lines
483 B
Diff
Raw Normal View History

2023-10-19 05:40:41 +02:00
diff --git a/Cargo.toml b/Cargo.toml
index b942d1719..da6f245c5 100644
2023-10-19 05:40:41 +02:00
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -148,7 +148,7 @@ regex = "1"
2024-01-30 00:18:01 +01:00
reqwest = { version = "0.11", default-features = false, features = ["blocking", "json", "stream", "rustls-tls", "native-tls-vendored"] }
2023-10-19 05:40:41 +02:00
ring = "0.16"
rpds = "0.11"
2023-10-19 05:40:41 +02:00
-rusqlite = { version = "0.28", features = ["bundled"] }
+rusqlite = { version = "0.28" }
serde = { version = "1", features = ["derive"] }
serde_json = "1"
serde_repr = "0.1"