From e3c2b3650aff8fbd4a5109cdb3406d92e9806d08 Mon Sep 17 00:00:00 2001 From: Florian Klink Date: Thu, 26 Jan 2023 23:42:10 +0100 Subject: refactor(tvix/cli): describe errors with thiserror This is much less code, and makes it much easier to read. Change-Id: I9028f226105f905c2cc2cabd33907ff493e26225 Reviewed-on: https://cl.tvl.fyi/c/depot/+/7938 Reviewed-by: tazjin Tested-by: BuildkiteCI Autosubmit: flokli --- tvix/Cargo.lock | 1 + 1 file changed, 1 insertion(+) (limited to 'tvix/Cargo.lock') diff --git a/tvix/Cargo.lock b/tvix/Cargo.lock index 1eb25afbe8..b7d478a779 100644 --- a/tvix/Cargo.lock +++ b/tvix/Cargo.lock @@ -2615,6 +2615,7 @@ dependencies = [ "smol_str", "ssri", "test-case", + "thiserror", "tvix-derivation", "tvix-eval", "tvix-store-bin", -- cgit 1.4.1