From 1c80bc4b5b2736e9421fc8a6f833f1e592e08642 Mon Sep 17 00:00:00 2001 From: Florian Klink Date: Sun, 13 Oct 2024 19:09:15 +0300 Subject: refactor(tvix/store): 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: Ifca792f4d2dbc36b703de4a4dfa406015ab86da7 Reviewed-on: https://cl.tvl.fyi/c/depot/+/12614 Autosubmit: flokli Reviewed-by: flokli Reviewed-by: edef Tested-by: BuildkiteCI --- tvix/store/Cargo.toml | 1 - 1 file changed, 1 deletion(-) (limited to 'tvix/store/Cargo.toml') diff --git a/tvix/store/Cargo.toml b/tvix/store/Cargo.toml index c19f34bbbcf0..b913aed3be95 100644 --- a/tvix/store/Cargo.toml +++ b/tvix/store/Cargo.toml @@ -16,7 +16,6 @@ data-encoding = { workspace = true } ed25519 = { workspace = true } ed25519-dalek = { workspace = true } futures = { workspace = true } -lazy_static = { workspace = true } nix-compat = { path = "../nix-compat", features = ["async"] } pin-project-lite = { workspace = true } prost = { workspace = true } -- cgit 1.4.1