From 6a0a75c8e11aaf8dc8c3114eee354be34b7be16d Mon Sep 17 00:00:00 2001 From: edef Date: Fri, 27 Oct 2023 01:12:26 +0000 Subject: refactor(tvix): condense long bytestrings Change-Id: I3bea0827ec2c8db835334ce378a7bf3a39e9b1a3 Reviewed-on: https://cl.tvl.fyi/c/depot/+/9849 Tested-by: BuildkiteCI Reviewed-by: flokli --- tvix/nix-compat/Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'tvix/nix-compat/Cargo.toml') diff --git a/tvix/nix-compat/Cargo.toml b/tvix/nix-compat/Cargo.toml index 19030612c2..cc6dfe5ebc 100644 --- a/tvix/nix-compat/Cargo.toml +++ b/tvix/nix-compat/Cargo.toml @@ -25,6 +25,7 @@ lazy_static = "1.4.0" serde_json = "1.0" test-case = "2.2.2" criterion = { version = "0.4", features = ["html_reports"] } +hex-literal = "0.4.1" [dev-dependencies.test-generator] # This fork of test-generator adds support for cargo workspaces, see -- cgit 1.4.1