Skip to content

Commit

Permalink
bump lazy_static to 1.*.* (#34)
Browse files Browse the repository at this point in the history
  • Loading branch information
Igor Gnatenko authored and TyOverby committed Nov 30, 2017
1 parent 272e11f commit 3d07e21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ default = ["json"]
json = ["serde", "serde_derive", "serde_json"]

[dependencies]
lazy_static = "0.2.*"
lazy_static = "1.*.*"
thread-id = "3.*.*"

[dependencies.serde]
Expand Down

0 comments on commit 3d07e21

Please sign in to comment.