Uh oh!
There was an error while loading. Please reload this page.
build: Bump MSRV to 1.70 - #3578
Conversation
eitsupi
left a comment
There was a problem hiding this comment.
Is there any reason why you would want to switch to 1.70 immediately?
Windows on CRAN seems to still be running Rust 1.69, so if you do the 0.10.0 release soon, I'll have to do some work to fix MSRV...
| license.workspace = true | ||
| repository.workspace = true | ||
| rust-version = "1.70.0" | ||
| rust-version.workspace = true |
There was a problem hiding this comment.
I'm not sure if it's worth inheriting rust-version here.
There was a problem hiding this comment.
No strong view; it seemed more consistent...
Uh oh!
There was an error while loading. Please reload this page.
max-sixty
commented
Sep 26, 2023
Ah, we can just wait for the slowest dependency then. No great rush, no reason to delay once the dependencies are on 1.70.0 though... |
Sorry, not sure why I had a memory that this was about winget! The binding constraint is actually CRAN. |
eitsupi
commented
Oct 18, 2023
In addition to Rust on Windows and macOS not being updated, Fedora on CRAN also hasn't been updated recently for some reason and appears to be stuck at Rust 1.69. I hope it will be updated in the next R release which is scheduled for 2023-10-31... |
max-sixty
commented
Oct 18, 2023
Cool, no rush from PRQL's side if not though! |
Sorry it took me so long to get here, I was wondering why Fedora's Rust on CRAN was out of date, but the cause was that it was still Fedora 36, which was out of support in the first place. Now that Ubuntu LTS rustc has also reached 1.70, it makes perfect sense to set MSRV to 1.70. This PR is out of date, so open another one. |
eitsupi
commented
Dec 1, 2023
Superseded by #3578. |
No description provided.