diff options
author | Florian Klink <flokli@flokli.de> | 2024-04-19T13·15+0300 |
---|---|---|
committer | clbot <clbot@tvl.fyi> | 2024-04-19T19·22+0000 |
commit | 8f255d3e64c040ec152d0f394066db95ff102568 (patch) | |
tree | b2887f27b242ba6470dbfdc0e979dbbf27ac3ea2 /tvix/cli/Cargo.toml | |
parent | cd820d07d7b8b732928150365b73b8a67d3af26e (diff) |
chore(tvix/cli): remove unused dependency r/7976
Change-Id: I6a6cabde22d28bb9afc391b9bcd896a999090366 Reviewed-on: https://cl.tvl.fyi/c/depot/+/11475 Reviewed-by: Connor Brewster <cbrewster@hey.com> Autosubmit: flokli <flokli@flokli.de> Tested-by: BuildkiteCI
Diffstat (limited to 'tvix/cli/Cargo.toml')
-rw-r--r-- | tvix/cli/Cargo.toml | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/tvix/cli/Cargo.toml b/tvix/cli/Cargo.toml index d15165383b9e..ce8d36177187 100644 --- a/tvix/cli/Cargo.toml +++ b/tvix/cli/Cargo.toml @@ -25,6 +25,3 @@ tracing-subscriber = { version = "0.3.16", features = ["json"] } [dependencies.wu-manber] git = "https://github.com/tvlfyi/wu-manber.git" - -[dev-dependencies] -test-case = "3.3.1" |