Merge pull request #647 from thomcc/playground-fix

Add playground metadata for `rusqlite`, hopefully fixing it
This commit is contained in:
gwenn 2020-03-08 13:24:10 +01:00 committed by GitHub
commit a8ebb32938
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -98,3 +98,7 @@ features = [ "backup", "blob", "chrono", "collation", "functions", "limits", "lo
all-features = false all-features = false
no-default-features = true no-default-features = true
default-target = "x86_64-unknown-linux-gnu" default-target = "x86_64-unknown-linux-gnu"
[package.metadata.playground]
features = ["array", "backup", "blob", "bundled", "chrono", "collation", "csvtab", "extra_check", "functions", "hooks", "i128_blob", "limits", "load_extension", "modern_sqlite", "serde_json", "series", "trace", "url", "vtab_v3", "vtab", "window"]
all-features = false