diff options
Diffstat (limited to 'tvix/eval/Cargo.toml')
-rw-r--r-- | tvix/eval/Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tvix/eval/Cargo.toml b/tvix/eval/Cargo.toml index 3ebb13f23ce1..cd8d01cbb10a 100644 --- a/tvix/eval/Cargo.toml +++ b/tvix/eval/Cargo.toml @@ -34,6 +34,7 @@ sha2 = "0.10.8" sha1 = "0.10.6" md-5 = "0.10.6" data-encoding = "2.6.0" +rustc-hash = "2.0.0" [dev-dependencies] criterion = "0.5" |