fix(tvix/castore): use bstr for formatting names in errors

Much friendlier than either Base64 or raw byte slices.

Change-Id: I9b4cdd57c83ddc76c0be8103da4320207657a72b
Reviewed-on: https://cl.tvl.fyi/c/depot/+/9622
Reviewed-by: flokli <flokli@flokli.de>
Tested-by: BuildkiteCI
This commit is contained in:
edef 2023-10-10 22:06:45 +00:00
parent baae5ce473
commit 930edb69d7
4 changed files with 10 additions and 4 deletions

View file

@ -8116,6 +8116,10 @@ rec {
packageId = "blake3";
features = [ "rayon" "std" ];
}
{
name = "bstr";
packageId = "bstr";
}
{
name = "bytes";
packageId = "bytes";