Skip to content

Commit

Permalink
Merge pull request #1378 from Elarnon/lazy_static_1.1
Browse files Browse the repository at this point in the history
Pin lazy_static to ~1.1
  • Loading branch information
kbknapp committed Nov 13, 2018
2 parents fbf0bf0 + c0925b5 commit a10d25c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@ ansi_term = { version = "0.11", optional = true }

[dev-dependencies]
regex = "1"
lazy_static = "1"
# lazy_static 1.2 requires Rust 1.24.1+
lazy_static = "~1.1"
version-sync = "0.5"

[features]
Expand Down

0 comments on commit a10d25c

Please sign in to comment.