1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
|
Description: Disable benches
Author: Yifei Zhan <debian@zhan.science>
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -22,6 +22,7 @@
categories = ["internationalization", "text-processing", "parsing", "rendering"]
license = "MIT/Apache-2.0"
repository = "https://github.com/open-i18n/rust-unic/"
+autobenches = false
[dependencies.matches]
version = "0.1"
@@ -42,7 +43,7 @@
version = "0.9.0"
[features]
-bench_it = []
+#bench_it = []
default = []
[badges.appveyor]
branch = "master"
|