Skip to content

Commit 6b6cdef

Browse files
committed
Auto merge of #423 - ignatenkobrain:lazy_static-v1, r=BurntSushi
bump lazy_static to 1 Signed-off-by: Igor Gnatenko <[email protected]>
2 parents 81c8f6b + e304cf8 commit 6b6cdef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ utf8-ranges = "1.0.0"
3333

3434
[dev-dependencies]
3535
# For examples.
36-
lazy_static = "0.2.2"
36+
lazy_static = "1"
3737
# For property based tests.
3838
quickcheck = { version = "0.5", default-features = false }
3939
# For generating random test data.

0 commit comments

Comments
 (0)