summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorSebastian Thiel <sebastian.thiel@icloud.com>2021-01-07 15:23:43 +0800
committerSebastian Thiel <sebastian.thiel@icloud.com>2021-01-07 15:25:49 +0800
commit0b0265df38adacb86d9b39986c251490eebfb232 (patch)
tree39118189382dbc2736df47eef8ebbccc908e0299 /CHANGELOG.md
parent27e65a2fc91b22cb5816864f51d1d3a3ce11a94a (diff)
Fix jwalk, the other way around; related to #72
`cargo install` really should do --locked by default, instead of adjusting dependencies trustingly. Otherwise mistakes like these can break everyone.
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 2d05540..08bf97e 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,12 @@
#### v2.10.8 - Fix build
+Now that `jwalk` was released in v0.6 with v0.5.2 yanked, `cargo install` will use the previous
+version v0.5.1 which does not fit the latest `dua` anymore.
+
+This is now fixed and hopefully permanently so thanks to using `jwalk` v0.6.
+
+#### v2.10.8 - Fix build
+
A breaking change in jwalk can cause builds to fail. This prevents the issue from spreading at least
with dua-cli.