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:
parent
baae5ce473
commit
930edb69d7
4 changed files with 10 additions and 4 deletions
1
tvix/Cargo.lock
generated
1
tvix/Cargo.lock
generated
|
|
@ -2713,6 +2713,7 @@ version = "0.1.0"
|
|||
dependencies = [
|
||||
"async-stream",
|
||||
"blake3",
|
||||
"bstr",
|
||||
"bytes",
|
||||
"data-encoding",
|
||||
"futures",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue