From f28df22a709c5732df2937c27b4aa03e7cf064cb Mon Sep 17 00:00:00 2001 From: John Gallagher Date: Mon, 13 Nov 2017 15:50:59 -0700 Subject: [PATCH] Add limits feature to docs.rs metadata. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index fec2f11..0ee7fb5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -52,7 +52,7 @@ harness = false name = "deny_single_threaded_sqlite_config" [package.metadata.docs.rs] -features = [ "backup", "blob", "chrono", "functions", "load_extension", "serde_json", "trace" ] +features = [ "backup", "blob", "chrono", "functions", "limits", "load_extension", "serde_json", "trace" ] all-features = false no-default-features = true default-target = "x86_64-unknown-linux-gnu"