Skip to content

Commit e304cf8

Browse files
committed
bump lazy_static to 1
Signed-off-by: Igor Gnatenko <[email protected]>
1 parent d504c82 commit e304cf8

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.4.1", default-features = false }
3939
# For generating random test data.

0 commit comments

Comments
 (0)