diff options
Diffstat (limited to 'tvix/eval/Cargo.lock')
-rw-r--r-- | tvix/eval/Cargo.lock | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tvix/eval/Cargo.lock b/tvix/eval/Cargo.lock index a31340b82012..ba3f9388dfea 100644 --- a/tvix/eval/Cargo.lock +++ b/tvix/eval/Cargo.lock @@ -586,6 +586,7 @@ version = "0.1.0" dependencies = [ "criterion", "rnix", + "smol_str", "test-generator", ] |