mirror of
https://github.com/openharmony/third_party_rust_indexmap.git
synced 2026-07-21 03:55:23 -04:00
Merge pull request #48 from ignatenkobrain/patch-1
bump quickcheck to 0.5
This commit is contained in:
+1
-1
@@ -19,7 +19,7 @@ serde = { version = "1.0", optional = true }
|
||||
[dev-dependencies]
|
||||
itertools = "0.7.0"
|
||||
rand = "0.3"
|
||||
quickcheck = { version = "0.4", default-features = false }
|
||||
quickcheck = { version = "0.5", default-features = false }
|
||||
fnv = "1.0"
|
||||
lazy_static = "1"
|
||||
serde_test = "1.0.5"
|
||||
|
||||
Reference in New Issue
Block a user