Skip to content
This repository has been archived by the owner on May 9, 2022. It is now read-only.

Commit

Permalink
Allow using lazy_static 1.x
Browse files Browse the repository at this point in the history
  • Loading branch information
ipetkov committed Feb 3, 2018
1 parent 4f93bbf commit a5e1c7b
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 @@ -24,7 +24,7 @@ clippy = { version = "~0.0.80", optional = true }
futures = "0.1.14"
futures-cpupool = "0.1.2"
glob = "0.2"
lazy_static = "0.2"
lazy_static = ">=0.2, <2"
mio = "0.6.2"
rental = "0.4.10"
tokio-core = "0.1.4"
Expand Down

0 comments on commit a5e1c7b

Please sign in to comment.