mirror of
https://github.com/isar/rusqlite.git
synced 2025-09-15 12:12:18 +08:00
[ci skip] Array module is buggy
AddressSanitizer: heap-use-after-free on address
This commit is contained in:
@@ -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"
|
||||
|
Reference in New Issue
Block a user