Pin jwalk to dependency version

https://github.com/jessegrosjean/jwalk/issues/13
Having raised the above issue I don't want it fixed in a minor version
as I have added a work around
This commit is contained in:
andy.boot
2019-12-23 15:48:38 +00:00
parent a6839c020f
commit b934445e04
+1 -1
View File
@@ -23,7 +23,7 @@ path = "src/main.rs"
[dependencies]
ansi_term = "=0.11"
clap = "=2.33"
jwalk = "0.4"
jwalk = "0.4.0"
[dev-dependencies]
assert_cli = "=0.5"