Merge pull request #385 from gwenn/array_fix

`array` feature should not require `bundled` #384
This commit is contained in:
gwenn
2018-08-30 21:49:12 +02:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@@ -33,7 +33,7 @@ unlock_notify = ["libsqlite3-sys/unlock_notify"]
vtab = ["libsqlite3-sys/min_sqlite_version_3_7_7", "lazy_static"]
csvtab = ["csv", "vtab"]
# pointer passing interfaces: 3.20.0
array = ["vtab", "bundled"]
array = ["vtab"]
[dependencies]
time = "0.1.0"