File: libsqlite3-sys-non-bundled

package info (click to toggle)
rust-sqlx 0.8.3-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,744 kB
  • sloc: sql: 335; python: 268; sh: 71; makefile: 2
file content (11 lines) | stat: -rw-r--r-- 338 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
Index: sqlx/Cargo.toml
===================================================================
--- sqlx.orig/Cargo.toml
+++ sqlx/Cargo.toml
@@ -488,4 +488,4 @@ uuid = [
 
 [target."cfg(sqlite_test_sqlcipher)".dev-dependencies.libsqlite3-sys]
-version = "0.30.1"
+version = ">=0.26"
-features = ["bundled-sqlcipher"]
+features = ["sqlcipher"]