Conversation
|
@ProbablyClem Not sure if we want the msrv bump to 1.85.0 But I guess that people how do not want to update can still use the |
|
This is also my last goal for the |
|
It's a bit unfortunate to update the msrv because we don't really use any of the newer rust features... But if it's a rust-analyzer does the msrv really have an impact? Is it not a minimum rust-analyzer version that we need instead? As always thanks for your work |
|
Oh no We dont fix any rust analyzer features with it. (sadly) This is just something I had on my to do list for version 0.3.0 |
|
The minimum supported rust version should be as low as possible. It's not a matter of being up to date, If we upgrade to 1.85, it will prevent projets in 1.75 from using for no reason There's even projects to find the lowest msrv possible (ie. https://gribnau.dev/cargo-msrv) I don't really think we need to care that much about it but we should not increase it without the need for it |
|
Alright 👍 Then we should keep in mind that when we increase the msrv it would make sense to increase it to 1.85.0 so that we can update our edition. Until then I'll leave this pr open if that's ok |
1.85.0Closes: #55