Skip to content

Commit 47552bb

Browse files
committed
Update lazy_static to 1.0
1 parent a48ca25 commit 47552bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ cfg-if = "0.1.0"
4545
# This kinda sucks: https://github.com/rust-lang/cargo/issues/1982
4646
clap = "2"
4747
clang-sys = { version = "0.21.0", features = ["runtime", "clang_3_9"] }
48-
lazy_static = "0.2.1"
48+
lazy_static = "1"
4949
peeking_take_while = "0.1.2"
5050
quote = "0.3.15"
5151
regex = "0.2"

0 commit comments

Comments
 (0)