[ci skip] Array module is buggy

AddressSanitizer: heap-use-after-free on address
This commit is contained in:
gwenn
2018-08-05 13:20:15 +02:00
parent fc37b324b8
commit cea8e5cea2
2 changed files with 2 additions and 1 deletions

View File

@@ -32,7 +32,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"]
array = ["vtab", "bundled"]
[dependencies]
time = "0.1.0"