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.
22 lines
418 B
22 lines
418 B
7 years ago
|
--- regex-0.2.3/Cargo.toml 1970-01-01T01:00:00+01:00
|
||
|
+++ regex-0.2.3/Cargo.toml 2017-11-30T17:30:02.691741+01:00
|
||
|
@@ -67,10 +67,6 @@
|
||
|
[dependencies.regex-syntax]
|
||
|
version = "0.4.1"
|
||
|
|
||
|
-[dependencies.simd]
|
||
|
-version = "0.1.1"
|
||
|
-optional = true
|
||
|
-
|
||
|
[dependencies.thread_local]
|
||
|
version = "0.3.2"
|
||
|
|
||
|
@@ -88,7 +84,6 @@
|
||
|
|
||
|
[features]
|
||
|
pattern = []
|
||
|
-simd-accel = ["simd"]
|
||
|
[badges.appveyor]
|
||
|
repository = "rust-lang-libs/regex"
|
||
|
|