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/Cargo.lock | 1 - 1 file changed, 1 deletion(-) (limited to 'tvix/Cargo.lock') diff --git a/tvix/Cargo.lock b/tvix/Cargo.lock index b7d478a779..7519a52660 100644 --- a/tvix/Cargo.lock +++ b/tvix/Cargo.lock @@ -2614,7 +2614,6 @@ dependencies = [ "rustyline", "smol_str", "ssri", - "test-case", "thiserror", "tvix-derivation", "tvix-eval", -- cgit 1.4.1