You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
rust-regex/regex-0.2.5-fix-metadata.diff

22 lines
418 B

--- regex-0.2.5/Cargo.toml 1970-01-01T01:00:00+01:00
+++ regex-0.2.5/Cargo.toml 2017-12-31T14:30:02.726255+01:00
@@ -73,10 +73,6 @@
[dependencies.regex-syntax]
version = "0.4.1"
-[dependencies.simd]
-version = "0.2.1"
-optional = true
-
[dependencies.thread_local]
version = "0.3.2"
@@ -94,7 +90,6 @@
[features]
pattern = []
-simd-accel = ["simd"]
[badges.appveyor]
repository = "rust-lang-libs/regex"