Merge pull request #1433 from gwenn/winsqlite3

Drop winsqlite3 feature
This commit is contained in:
gwenn
2024-01-13 14:29:15 +01:00
committed by GitHub
7 changed files with 0 additions and 70 deletions

View File

@@ -76,8 +76,6 @@ bundled-windows = ["libsqlite3-sys/bundled-windows"]
with-asan = ["libsqlite3-sys/with-asan"]
column_decltype = []
wasm32-wasi-vfs = ["libsqlite3-sys/wasm32-wasi-vfs"]
# Note: doesn't support 32-bit.
winsqlite3 = ["libsqlite3-sys/winsqlite3"]
# 3.23.0
serialize = ["modern_sqlite"]