diff options
author | Florian Klink <flokli@flokli.de> | 2024-04-06T21·28+0300 |
---|---|---|
committer | flokli <flokli@flokli.de> | 2024-04-07T14·51+0000 |
commit | 289b3126db6248ea7dafddaf9931f4bf277c3d88 (patch) | |
tree | a035c684412cbc7cf4d265b921220e1644b23cf0 /tvix/castore/Cargo.toml | |
parent | 936a175b2f4eee06b9c9787754c881f1d1d00473 (diff) |
feat(tvix/castore): drop test-case crate dep r/7866
Change-Id: I5049a3682a58ce848d80f413b2964331025a90a8 Reviewed-on: https://cl.tvl.fyi/c/depot/+/11370 Tested-by: BuildkiteCI Reviewed-by: picnoir picnoir <picnoir@alternativebit.fr>
Diffstat (limited to 'tvix/castore/Cargo.toml')
-rw-r--r-- | tvix/castore/Cargo.toml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tvix/castore/Cargo.toml b/tvix/castore/Cargo.toml index 274eacdb5856..652b72a9f670 100644 --- a/tvix/castore/Cargo.toml +++ b/tvix/castore/Cargo.toml @@ -72,7 +72,6 @@ tonic-build = "0.11.0" [dev-dependencies] rstest = "0.18.2" -test-case = "3.3.1" tempfile = "3.3.0" tokio-retry = "0.3.0" hex-literal = "0.4.1" |