-
I want to upgrade a pretty large application from 0.23.1 to 1.0.0 . I saw that MSRV is now 1.88 and I'm still on 1.84.
|
Beta Was this translation helpful? Give feedback.
Answered by
bugadani
Aug 11, 2025
Replies: 1 comment
-
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
yanshay
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
espup install -v 1.88.0 -n esp188
then you can usecargo +esp
for 1.84 andcargp +esp188
for 1.88