File: non-bundled

package info (click to toggle)
rust-sqlx-sqlite 0.8.3-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 572 kB
  • sloc: makefile: 2
file content (12 lines) | stat: -rw-r--r-- 335 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
Index: sqlx-sqlite/Cargo.toml
===================================================================
--- sqlx-sqlite.orig/Cargo.toml
+++ sqlx-sqlite/Cargo.toml
@@ -130,7 +130,6 @@ default-features = false
 
 [features]
 any = ["sqlx-core/any"]
-bundled = ["libsqlite3-sys/bundled"]
 chrono = [
     "dep:chrono",
     "sqlx-core/chrono",