Unpin dependencies after bumping MSRV beyond 1.63
camshaft opened this issue · 0 comments
camshaft commented
Problem:
One of our dependencies of dependencies (winnow
) broke MSRV (requires 1.64) in >v0.4.1
. To work around this, I've pinned this dependency to =0.4.1
.
Solution:
This should be reverted after bumping MSRV.