diff options
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -11,11 +11,11 @@ readme = "README.md" repository = "https://github.com/aeosynth/bk" [dependencies] -argh = "0.1" -crossterm = "0.17" -roxmltree = "0.11" +argh = "0" +crossterm = "0" +roxmltree = "0" [dependencies.zip] -version = "0.5" +version = "0" default-features = false features = ["deflate"] |