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