Skip to content

Commit 03da6ab

Browse files
committed
Auto merge of #92 - ignatenkobrain:patch-2, r=Amanieu
chore: Relax lazy_static version
2 parents 1a0c9ef + 6b89953 commit 03da6ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ compiler_builtins = { version = "0.1.2", optional = true }
2222
alloc = { version = "1.0.0", optional = true, package = "rustc-std-workspace-alloc" }
2323

2424
[dev-dependencies]
25-
lazy_static = "~1.2"
25+
lazy_static = "1.2"
2626
rand = "0.5.1"
2727
rayon = "1.0"
2828
rustc-hash = "1.0"

0 commit comments

Comments
 (0)