Add limits feature to docs.rs metadata.

This commit is contained in:
John Gallagher 2017-11-13 15:50:59 -07:00
parent 42643820f6
commit f28df22a70

View File

@ -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"