Update to TaskChampion 1.0.2#31
Conversation
There are no breaking changes in this release.
|
This check fails, but I will bump the rust version in |
Disregard this, just noticed in the The suggestion given by I was able to replicate this locally, will see if cargo can fix this. |
|
After sitting on this for awhile - downgrading dependencies because of a build issue sounds like a very ridiculous idea and shouldn't even have been a consideration. This however stumped me - However it finally hit me - something bumped version numbers in the lock file, causing incompatible dependencies to be installed. |
|
Summarizing, the update to Taskchampion pulled the latest I thought Some judicious use of I'm not sure what the best general solution to this will be. |
|
Could this be caused by the aws dependencies that are set to version 1 in taskchampion? It's obviously an overkill, but I wonder if those were to be set more precise, we wouldn't have this issue. |
Yeah, but I would like to get updates to those dependencies -- just within the bounds of the Rust MSRV. Maybe I'll just bump the MSRV for 2.0.0. |
|
(did that in GothenburgBitFactory/taskchampion#523) |
|
It looks like 1.84.0 is the first version to do this msrv-aware resolution! |
There are no breaking changes in this release. This is part of #23, the rest of which will wait until TaskChampion 2.0.0 is released.