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.
10 lines
350 B
10 lines
350 B
7 years ago
|
--- regex-syntax-0.4.1/Cargo.toml 2017-05-21T18:24:14+02:00
|
||
|
+++ regex-syntax-0.4.1/Cargo.toml 2017-12-02T17:40:02.434555+01:00
|
||
|
@@ -9,5 +9,5 @@
|
||
|
description = "A regular expression parser."
|
||
|
|
||
|
[dev-dependencies]
|
||
|
-quickcheck = { version = "0.4.1", default-features = false }
|
||
|
+quickcheck = { version = "0.5", default-features = false }
|
||
|
rand = "0.3.15"
|