mirror of
https://github.com/bootandy/dust.git
synced 2026-06-08 11:29:05 +03:00
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:
+1
-1
@@ -23,7 +23,7 @@ path = "src/main.rs"
|
|||||||
[dependencies]
|
[dependencies]
|
||||||
ansi_term = "=0.11"
|
ansi_term = "=0.11"
|
||||||
clap = "=2.33"
|
clap = "=2.33"
|
||||||
jwalk = "0.4"
|
jwalk = "0.4.0"
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
assert_cli = "=0.5"
|
assert_cli = "=0.5"
|
||||||
|
|||||||
Reference in New Issue
Block a user