Skip to content

Commit

Permalink
Remove unused dependencies (#85)
Browse files Browse the repository at this point in the history
https://github.com/est31/cargo-udeps reports "thiserror" as unused
by all targets:

```shell
$ cargo +nightly udeps --all-targets
unused dependencies:
`helm-templexer v2.0.0 (/home/hmaus/Development/helm-templexer)`
└─── dependencies
     └─── "thiserror"
```
  • Loading branch information
hendrikmaus committed Sep 9, 2021
1 parent 138985f commit 7020798
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 22 deletions.
21 changes: 0 additions & 21 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ structopt-flags = "0.3"
log = "0.4"
env_logger = "0.8"
anyhow = "1"
thiserror = "1"
serde = "1"
serde_yaml = "0.8"
subprocess = "0.2"
Expand Down

0 comments on commit 7020798

Please sign in to comment.