]> git.lizzy.rs Git - rust.git/blobdiff - Cargo.toml
Explain `tests::init` function
[rust.git] / Cargo.toml
index f612e7a3e9e50d58df1baef9ffc4c86cebc52b4f..af73a7af31c712d0c29cf2ab4d72c1d93d9a8bae 100644 (file)
@@ -39,7 +39,8 @@ libc = "0.2"
 [dev-dependencies]
 colored = "2"
 ui_test = { path = "ui_test" }
-regex = "1.5.5"
+# Features chosen to match those required by env_logger, to avoid rebuilds
+regex = { version = "1.5.5", default-features = false, features = ["perf", "std"] }
 lazy_static = "1.4.0"
 
 [package.metadata.rust-analyzer]