Skip to content

Commit aaa5d91

Browse files
committed
remove lazy_static dependency from intrinsic-test
we use `std::sync::LazyLock` now.
1 parent 4b95bb7 commit aaa5d91

File tree

2 files changed

+2
-10
lines changed

2 files changed

+2
-10
lines changed

library/stdarch/Cargo.lock

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -360,7 +360,6 @@ dependencies = [
360360
"csv",
361361
"diff",
362362
"itertools",
363-
"lazy_static",
364363
"log",
365364
"pretty_env_logger",
366365
"rayon",
@@ -401,12 +400,6 @@ version = "1.0.15"
401400
source = "registry+https://github.com/rust-lang/crates.io-index"
402401
checksum = "4a5f13b858c8d314ee3e8f639011f7ccefe71f97f96e50151fb991f267928e2c"
403402

404-
[[package]]
405-
name = "lazy_static"
406-
version = "1.5.0"
407-
source = "registry+https://github.com/rust-lang/crates.io-index"
408-
checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
409-
410403
[[package]]
411404
name = "libc"
412405
version = "0.2.174"
@@ -635,9 +628,9 @@ dependencies = [
635628

636629
[[package]]
637630
name = "serde_json"
638-
version = "1.0.140"
631+
version = "1.0.141"
639632
source = "registry+https://github.com/rust-lang/crates.io-index"
640-
checksum = "20068b6e96dc6c9bd23e01df8827e6c7e1f2fddd43c21810382803c136b99373"
633+
checksum = "30b9eff21ebe718216c6ec64e1d9ac57087aad11efc64e32002bce4a0d4c03d3"
641634
dependencies = [
642635
"itoa",
643636
"memchr",

library/stdarch/crates/intrinsic-test/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ license = "MIT OR Apache-2.0"
1111
edition = "2024"
1212

1313
[dependencies]
14-
lazy_static = "1.4.0"
1514
serde = { version = "1", features = ["derive"] }
1615
serde_json = "1.0"
1716
csv = "1.1"

0 commit comments

Comments
 (0)