refactor(tvix/build): remove use of lazy_static
This is now supported in the standard library via std::sync::LazyLock, but requires some manual shuffling around of code. Change-Id: Ie2af74beda9fcf8aa19fca7d844bcbe732f05bf8 Reviewed-on: https://cl.tvl.fyi/c/depot/+/12610 Autosubmit: flokli <flokli@flokli.de> Tested-by: BuildkiteCI Reviewed-by: tazjin <tazjin@tvl.su>
This commit is contained in:
parent
4beee4cba7
commit
15b5bf2003
4 changed files with 2 additions and 12 deletions
1
tvix/Cargo.lock
generated
1
tvix/Cargo.lock
generated
|
@ -4544,7 +4544,6 @@ dependencies = [
|
|||
"data-encoding",
|
||||
"futures",
|
||||
"itertools 0.12.1",
|
||||
"lazy_static",
|
||||
"mimalloc",
|
||||
"oci-spec",
|
||||
"prost",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue