diff options
Diffstat (limited to 'tvix/glue/Cargo.toml')
-rw-r--r-- | tvix/glue/Cargo.toml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tvix/glue/Cargo.toml b/tvix/glue/Cargo.toml index 4836e1e3a5d8..5fac947125af 100644 --- a/tvix/glue/Cargo.toml +++ b/tvix/glue/Cargo.toml @@ -36,7 +36,6 @@ clap = { workspace = true } [dev-dependencies] criterion = { workspace = true, features = ["html_reports"] } hex-literal = { workspace = true } -lazy_static = { workspace = true } mimalloc = { workspace = true } nix = { workspace = true, features = ["fs"] } pretty_assertions = { workspace = true } |