Enable modern-full feature for docs.rs

This commit is contained in:
Thom Chiovoloni 2021-12-28 19:33:07 -05:00
parent 063709491c
commit 45fff21c51

View File

@ -146,7 +146,7 @@ name = "exec"
harness = false
[package.metadata.docs.rs]
features = [ "array", "backup", "blob", "chrono", "collation", "functions", "limits", "load_extension", "serde_json", "time", "trace", "url", "vtab", "window", "modern_sqlite", "column_decltype" ]
features = ["modern-full"]
all-features = false
no-default-features = true
default-target = "x86_64-unknown-linux-gnu"