diff options
author | James Campos <james.r.campos@gmail.com> | 2020-06-17 14:55:09 -0700 |
---|---|---|
committer | James Campos <james.r.campos@gmail.com> | 2020-06-17 14:55:09 -0700 |
commit | 1f5e2fb51c313c7534217735d21becef745928aa (patch) | |
tree | 5692848ef3d1c8654770c1687806a9252996364a | |
parent | 07aff0373a25ee7ad7b4da10b30207dde3fb29ec (diff) | |
download | bk-1f5e2fb51c313c7534217735d21becef745928aa.tar.gz |
no wildcards
-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 = "*" -crossterm = "*" -roxmltree = "*" +argh = "0.1" +crossterm = "0.17" +roxmltree = "0.11" [dependencies.zip] -version = "*" +version = "0.5" default-features = false features = ["deflate"] |