From 4b3ccd205ac6c95dc5b99391b6e9026db6700a9c Mon Sep 17 00:00:00 2001 From: Florian Klink Date: Mon, 30 Jan 2023 22:43:55 +0100 Subject: refactor(tvix/cli): absorb construct_output_hash This helper function only was created because populate_output_configuration was hard to test before cl/7939. With that out of the way, we can pull it in. Change-Id: I64b36c0eb34343290a8d84a03b0d29392a821fc7 Reviewed-on: https://cl.tvl.fyi/c/depot/+/7961 Autosubmit: flokli Tested-by: BuildkiteCI Reviewed-by: tazjin --- tvix/cli/Cargo.toml | 3 --- 1 file changed, 3 deletions(-) (limited to 'tvix/cli/Cargo.toml') diff --git a/tvix/cli/Cargo.toml b/tvix/cli/Cargo.toml index 56d95f7460..42d2102c4b 100644 --- a/tvix/cli/Cargo.toml +++ b/tvix/cli/Cargo.toml @@ -19,6 +19,3 @@ aho-corasick = "0.7" ssri = "7.0.0" data-encoding = "2.3.3" thiserror = "1.0.38" - -[dev-dependencies] -test-case = "2.2.2" -- cgit 1.4.1