Skip to content

Commit 97a4f6d

Browse files
committed
Bump lazy_static to 1.1.0
This version builds with `-Z minimal-versions` when warnings are denied.
1 parent 36da1fd commit 97a4f6d

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
@@ -23,7 +23,7 @@ default = ["serde_support"]
2323

2424
[dependencies]
2525
precomputed-hash = "0.1"
26-
lazy_static = "1"
26+
lazy_static = "1.1.0"
2727
serde = { version = "1", optional = true }
2828
phf_shared = "0.10"
2929
new_debug_unreachable = "1.0.2"

0 commit comments

Comments
 (0)