fix(tvix): Follow-up fixing no-default-features and comments

In https://cl.tvl.fyi/c/depot/+/12389 I accidentally deleted some
comments. Also fixed some useless no-default-features with futures crate, making it match the previous feature combination.

Change-Id: I72bb2cfb88719ff2f8812d90193de2bd49149cce
Reviewed-on: https://cl.tvl.fyi/c/depot/+/12395
Autosubmit: Ilan Joselevich <personal@ilanjoselevich.com>
Reviewed-by: flokli <flokli@flokli.de>
Tested-by: BuildkiteCI
This commit is contained in:
Ilan Joselevich 2024-08-29 18:11:23 +03:00 committed by clbot
parent 55b0726571
commit 9803712ab8
3 changed files with 4 additions and 8 deletions

View file

@ -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 }