We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 83c0b2f commit 55223a5Copy full SHA for 55223a5
Cargo.toml
@@ -35,9 +35,9 @@ utf8-ranges = "1.0.0"
35
# For examples.
36
lazy_static = "1"
37
# For property based tests.
38
-quickcheck = { version = "0.5", default-features = false }
+quickcheck = { version = "0.6", default-features = false }
39
# For generating random test data.
40
-rand = "0.3.15"
+rand = "0.4"
41
42
[features]
43
# Enable to use the unstable pattern traits defined in std.
regex-syntax/Cargo.toml
@@ -9,5 +9,5 @@ homepage = "https://github.com/rust-lang/regex"
9
description = "A regular expression parser."
10
11
[dev-dependencies]
12
13
0 commit comments