Skip to content

Commit

Permalink
Auto merge of rust-lang#92 - ignatenkobrain:patch-2, r=Amanieu
Browse files Browse the repository at this point in the history
chore: Relax lazy_static version
  • Loading branch information
bors committed Jun 25, 2019
2 parents 1a0c9ef + 6b89953 commit 03da6ab
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 @@ -22,7 +22,7 @@ compiler_builtins = { version = "0.1.2", optional = true }
alloc = { version = "1.0.0", optional = true, package = "rustc-std-workspace-alloc" }

[dev-dependencies]
lazy_static = "~1.2"
lazy_static = "1.2"
rand = "0.5.1"
rayon = "1.0"
rustc-hash = "1.0"
Expand Down

0 comments on commit 03da6ab

Please sign in to comment.