Skip to content

Commit 6b89953

Browse files
chore: Relax lazy_static version
1 parent b65dfb9 commit 6b89953

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)