Skip to content

Commit

Permalink
chore: remove lazy_static in favor or LazyLock
Browse files Browse the repository at this point in the history
  • Loading branch information
hntd187 committed Sep 30, 2024
1 parent adf532a commit be6e0d2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion kernel/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ either = "1.13"
fix-hidden-lifetime-bug = "0.2"
indexmap = "2.5.0"
itertools = "0.13"
lazy_static = "1.5"
roaring = "0.10.6"
serde = { version = "1", features = ["derive", "rc"] }
serde_json = "1"
Expand Down

0 comments on commit be6e0d2

Please sign in to comment.