diff options
Diffstat (limited to 'tvix/Cargo.nix')
-rw-r--r-- | tvix/Cargo.nix | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/tvix/Cargo.nix b/tvix/Cargo.nix index e5ca1679344c..1f57cd2f3363 100644 --- a/tvix/Cargo.nix +++ b/tvix/Cargo.nix @@ -8874,10 +8874,6 @@ rec { name = "test-case"; packageId = "test-case"; } - { - name = "tonic-mock"; - packageId = "tonic-mock"; - } ]; features = { "default" = [ "fuse" "tonic-reflection" ]; |