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.
30 lines
584 B
30 lines
584 B
--- regex-0.2.3/Cargo.toml 1970-01-01T01:00:00+01:00
|
|
+++ regex-0.2.3/Cargo.toml 2017-11-30T19:25:57.825985+01:00
|
|
@@ -67,17 +67,13 @@
|
|
[dependencies.regex-syntax]
|
|
version = "0.4.1"
|
|
|
|
-[dependencies.simd]
|
|
-version = "0.1.1"
|
|
-optional = true
|
|
-
|
|
[dependencies.thread_local]
|
|
version = "0.3.2"
|
|
|
|
[dependencies.utf8-ranges]
|
|
version = "1.0.0"
|
|
[dev-dependencies.lazy_static]
|
|
-version = "0.2.2"
|
|
+version = "1"
|
|
|
|
[dev-dependencies.quickcheck]
|
|
version = "0.4.1"
|
|
@@ -88,7 +84,6 @@
|
|
|
|
[features]
|
|
pattern = []
|
|
-simd-accel = ["simd"]
|
|
[badges.appveyor]
|
|
repository = "rust-lang-libs/regex"
|
|
|