File: drop-vendored-libsqlite3.patch

package info (click to toggle)
rust-cargo 0.91.0-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 16,860 kB
  • sloc: javascript: 426; sh: 315; python: 88; xml: 21; makefile: 6
file content (11 lines) | stat: -rw-r--r-- 188 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -200,7 +200,7 @@
 
 [dependencies.rusqlite]
 version = "0.36.0"
-features = ["bundled"]
+features = []
 
 [dependencies.rustc-hash]
 version = "2.1.1"