-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
POC: Bump rust-version to 1.78
#4954
Conversation
To fix #4961 I also bumped web-sys to the newer version |
1.78
1.78
and fix web-sys error
Isn't there a point at keeping the MSRV as low as possible? That is, if needed, from dependencies or language features, bump it, but not just for the sake of it? (In my project, we had some reports after egui required 1.76 as it could not be built on some platforms.) Then it of course makes sense to test using the minimum version as well as the most recent (and possibly beta and nightly to catch upcoming problems). |
@oscargus yeah you are right first it was just like a poc |
1.78
and fix web-sys error1.78
This PR updates web-sys & wasm to the newest version. (this was already part of the POC emilk#4954 ) * Closes <emilk#4961> * Closes <emilk#4958> * [x] I have followed the instructions in the PR template
This PR updates web-sys & wasm to the newest version. (this was already part of the POC emilk#4954 ) * Closes <emilk#4961> * Closes <emilk#4958> * [x] I have followed the instructions in the PR template
As mentioned in the last update #4411 it's ok to be 2 versions behind and I think this would be useful.
To make this work I also updated the wasm version from 0.2.92 to 0.2.93
./scripts/check.sh