diff options
author | Florian Klink <flokli@flokli.de> | 2024-04-19T10·54+0300 |
---|---|---|
committer | clbot <clbot@tvl.fyi> | 2024-04-19T19·22+0000 |
commit | 0ecd594c87e983be74ef6d79c6a0c344c5d937f9 (patch) | |
tree | 273ec5da1625acd011ad99789a5e2f74ff066391 /tvix/store/Cargo.toml | |
parent | a020755c581e2f6bde9c0e69a61574e87abfc3dd (diff) |
chore(tvix/store): remove test-case dependency r/7966
Change-Id: I62c3b93af438fd6397ded85dd4fe5acc01e0093a Reviewed-on: https://cl.tvl.fyi/c/depot/+/11465 Autosubmit: flokli <flokli@flokli.de> Tested-by: BuildkiteCI Reviewed-by: Connor Brewster <cbrewster@hey.com>
Diffstat (limited to 'tvix/store/Cargo.toml')
-rw-r--r-- | tvix/store/Cargo.toml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tvix/store/Cargo.toml b/tvix/store/Cargo.toml index a62d57837013..b549eeb7f514 100644 --- a/tvix/store/Cargo.toml +++ b/tvix/store/Cargo.toml @@ -61,7 +61,6 @@ tonic-build = "0.11.0" async-process = "2.1.0" rstest = "0.19.0" rstest_reuse = "0.6.0" -test-case = "3.3.1" tempfile = "3.3.0" tokio-retry = "0.3.0" |