Files
termux-packages/packages/deno/0006-dont-enable-libsqlite3-sys-bundled-feature.patch
termux-pacman-bot 5b2e8e77f7 deno: bump to 2.6.0
2025-12-12 05:07:06 +00:00

14 lines
893 B
Diff

TODO: Replace this patch with some commands in `post_get_source`
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -232,7 +232,7 @@
rayon = "1.8.0"
regex = "^1.7.0"
reqwest = { version = "=0.12.5", default-features = false, features = ["rustls-tls", "stream", "gzip", "brotli", "socks", "json", "http2"] } # pinned because of https://github.com/seanmonstar/reqwest/pull/1955
-rusqlite = { version = "0.37.0", features = ["unlock_notify", "bundled", "session", "modern_sqlite", "limits", "backup"] } # "modern_sqlite": need sqlite >= 3.49.0 for some db configs
+rusqlite = { version = "0.37.0", features = ["unlock_notify", "session", "modern_sqlite", "limits", "backup"] } # "modern_sqlite": need sqlite >= 3.49.0 for some db configs
rustls = { version = "=0.23.28", default-features = false, features = ["logging", "std", "tls12", "aws_lc_rs"] }
rustls-pemfile = "2"
rustls-tokio-stream = "=0.8.0"