Skip to content

Commit 582fd8c

Browse files
committed
Introduce a 'native' feature
The 'native' feature forces usage of the system sqlite, failing to compile if it is absent. This is distinct from the defaulting that the bundled sources as not used as fallback. Depends-On: stainless-steel/sqlite3-sys#10
1 parent 2b960c5 commit 582fd8c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ bundled = ["sqlite3-sys/bundled"]
3838
extension = []
3939
encryption = ["sqlite3-sys/encryption"]
4040
linkage = ["sqlite3-sys/linkage"]
41+
native = ["sqlite3-sys/native"]
4142

4243
[dependencies.sqlite3-sys]
4344
version = "0.18"

0 commit comments

Comments
 (0)