Replies: 2 comments
-
Lets go with a minimum of 1.8! |
Beta Was this translation helpful? Give feedback.
0 replies
-
Pull request in #2842 sets the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Cargo.toml
.I think 1.80 is a good release ("they're all good releases" 🐶) but would serve as a strong baseline we can reliably publish a 1.0 stable series of releases with.
AWS pushed new SDK crates yesterday which brought their minimum rust version up to 1.78 (example)
While investigating the CI errors, I noted that our current
rust-version
is1.75
.. which doesn't actually work, and hasn't for some time❌ 1.75
🤕 oooooppps!
❌ 1.76
🤕 oooooppps!
❌ 1.77
🍏 1.78
The entire system builds on 1.78 later
Beta Was this translation helpful? Give feedback.
All reactions