bump lazy_static to 1

Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
epel9
Igor Gnatenko 7 years ago
parent 72a0bfe5ac
commit 8aae88cf2b

@ -1,5 +1,5 @@
--- ripgrep-0.7.1/Cargo.toml 1970-01-01T01:00:00+01:00 --- ripgrep-0.7.1/Cargo.toml 1970-01-01T01:00:00+01:00
+++ ripgrep-0.7.1/Cargo.toml 2017-11-30T23:33:01.940349+01:00 +++ ripgrep-0.7.1/Cargo.toml 2017-11-30T23:35:59.399691+01:00
@@ -57,10 +57,10 @@ @@ -57,10 +57,10 @@
version = "0.1.7" version = "0.1.7"
@ -22,8 +22,12 @@
[dependencies.env_logger] [dependencies.env_logger]
version = "0.4" version = "0.4"
@@ -90,8 +90,6 @@ @@ -87,11 +87,9 @@
version = "0.2" version = "2.26"
[build-dependencies.lazy_static]
-version = "0.2"
+version = "1"
[features] [features]
-simd-accel = ["bytecount/simd-accel", "regex/simd-accel", "encoding_rs/simd-accel"] -simd-accel = ["bytecount/simd-accel", "regex/simd-accel", "encoding_rs/simd-accel"]

@ -42,7 +42,7 @@ BuildRequires: (crate(same-file) >= 1.0.0 with crate(same-file) < 2.0.0)
BuildRequires: (crate(termcolor) >= 0.3.3 with crate(termcolor) < 0.4.0) BuildRequires: (crate(termcolor) >= 0.3.3 with crate(termcolor) < 0.4.0)
# [build-dependencies] # [build-dependencies]
BuildRequires: (crate(clap) >= 2.26.0 with crate(clap) < 3.0.0) BuildRequires: (crate(clap) >= 2.26.0 with crate(clap) < 3.0.0)
BuildRequires: (crate(lazy_static) >= 0.2.0 with crate(lazy_static) < 0.3.0) BuildRequires: (crate(lazy_static) >= 1.0.0 with crate(lazy_static) < 2.0.0)
%description %description
%{summary}. %{summary}.

Loading…
Cancel
Save