Skip to content

Commit abb9c61

Browse files
committed
Update lazy_static to 1.0 and bump version
1 parent ba076bf commit abb9c61

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22

33
name = "string_cache"
4-
version = "0.7.0" # Also update README.md when making a semver-breaking change
4+
version = "0.7.1" # Also update README.md when making a semver-breaking change
55
authors = [ "The Servo Project Developers" ]
66
description = "A string interning library for Rust, developed as part of the Servo project."
77
license = "MIT / Apache-2.0"
@@ -29,7 +29,7 @@ unstable = []
2929

3030
[dependencies]
3131
precomputed-hash = "0.1"
32-
lazy_static = "0.2"
32+
lazy_static = "1"
3333
serde = "1"
3434
phf_shared = "0.7.4"
3535
debug_unreachable = "0.1.1"

0 commit comments

Comments
 (0)