Skip to content

Commit

Permalink
fix: replace lazy_static with LazyLock
Browse files Browse the repository at this point in the history
  • Loading branch information
just1602 committed Aug 16, 2024
1 parent 9f6ba63 commit 2090b68
Show file tree
Hide file tree
Showing 4 changed files with 75 additions and 29 deletions.
1 change: 0 additions & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

48 changes: 44 additions & 4 deletions Cargo.nix

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ bincode = "1.3.2"
# nice-to-have
ctrlc = { version = "3.1.8", features = ["termination"] }
directories = "3.0.1"
lazy_static = "1.4.0"
md5 = "0.7.0"
vec1 = ">= 1.1.0, <1.7.0"
human-panic = { path = "vendor/human-panic" }
Expand Down
Loading

0 comments on commit 2090b68

Please sign in to comment.