diff options
Diffstat (limited to 'tvix/nix-compat/Cargo.toml')
-rw-r--r-- | tvix/nix-compat/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tvix/nix-compat/Cargo.toml b/tvix/nix-compat/Cargo.toml index ac56bb59cab2..58137e4de2e1 100644 --- a/tvix/nix-compat/Cargo.toml +++ b/tvix/nix-compat/Cargo.toml @@ -39,7 +39,7 @@ optional = true [dev-dependencies] criterion = { workspace = true, features = ["html_reports"] } -futures = { workspace = true, features = ["executor"] } +futures = { workspace = true } hex-literal = { workspace = true } lazy_static = { workspace = true } mimalloc = { workspace = true } |