From d456cd42f2592a744a9de50cd1c5fdbb9c61a871 Mon Sep 17 00:00:00 2001 From: gwenn Date: Sun, 4 Oct 2020 07:26:18 +0200 Subject: [PATCH] Generate doc with 'array' feature enabled Should fix #781 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 6394b09..01c4d05 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -144,7 +144,7 @@ name = "exec" harness = false [package.metadata.docs.rs] -features = [ "backup", "blob", "chrono", "collation", "functions", "limits", "load_extension", "serde_json", "time", "trace", "url", "vtab", "window", "modern_sqlite", "column_decltype" ] +features = [ "array", "backup", "blob", "chrono", "collation", "functions", "limits", "load_extension", "serde_json", "time", "trace", "url", "vtab", "window", "modern_sqlite", "column_decltype" ] all-features = false no-default-features = true default-target = "x86_64-unknown-linux-gnu"