feat(tvix/store): refactor digest conversion
This refactors how the original digest type (Vec<u8>) is converted to [u8; PATH_HASH_SIZE]. Change-Id: I9441470a3a199620fcf328f2b7c890ca6ae93bde Reviewed-on: https://cl.tvl.fyi/c/depot/+/7710 Tested-by: BuildkiteCI Reviewed-by: flokli <flokli@flokli.de>
This commit is contained in:
parent
58f5ff2c17
commit
60bdf619a3
2 changed files with 2 additions and 6 deletions
2
tvix/Cargo.lock
generated
2
tvix/Cargo.lock
generated
|
|
@ -2145,8 +2145,8 @@ version = "0.1.0"
|
|||
dependencies = [
|
||||
"anyhow",
|
||||
"blake3",
|
||||
"data-encoding",
|
||||
"clap 4.0.32",
|
||||
"data-encoding",
|
||||
"lazy_static",
|
||||
"prost",
|
||||
"prost-build",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue