Replace lazy_static with LazyLock
This commit is contained in:
parent
4a3163d18a
commit
4551c2b378
6 changed files with 13 additions and 28 deletions
3
Cargo.lock
generated
3
Cargo.lock
generated
|
|
@ -564,7 +564,6 @@ dependencies = [
|
|||
"anyhow",
|
||||
"cstr",
|
||||
"ctor",
|
||||
"lazy_static",
|
||||
"nix-bindings-bdwgc-sys",
|
||||
"nix-bindings-expr-sys",
|
||||
"nix-bindings-store",
|
||||
|
|
@ -614,7 +613,6 @@ dependencies = [
|
|||
"anyhow",
|
||||
"cstr",
|
||||
"ctor",
|
||||
"lazy_static",
|
||||
"nix-bindings-expr",
|
||||
"nix-bindings-fetchers",
|
||||
"nix-bindings-flake-sys",
|
||||
|
|
@ -644,7 +642,6 @@ dependencies = [
|
|||
"ctor",
|
||||
"harmonia-store-core",
|
||||
"hex-literal",
|
||||
"lazy_static",
|
||||
"nix-bindings-store-sys",
|
||||
"nix-bindings-util",
|
||||
"nix-bindings-util-sys",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue