Skip to content
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

Closed
wants to merge 2 commits into from
Closed

POC: Bump rust-version to 1.78 #4954

wants to merge 2 commits into from

Conversation

bircni
Copy link
Contributor

@bircni bircni commented Aug 13, 2024

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

  • I have followed the instructions in the PR template
  • I ran the script in ./scripts/check.sh

@bircni bircni marked this pull request as ready for review August 13, 2024 22:38
@bircni bircni requested a review from Wumpf as a code owner August 13, 2024 22:38
@bircni bircni marked this pull request as draft August 13, 2024 22:38
@bircni bircni marked this pull request as ready for review August 13, 2024 22:38
@bircni
Copy link
Contributor Author

bircni commented Aug 14, 2024

To fix #4961 I also bumped web-sys to the newer version

@bircni bircni changed the title Bump rust-version to 1.78 Bump rust-version to 1.78 and fix web-sys error Aug 15, 2024
@oscargus
Copy link
Contributor

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).

@bircni
Copy link
Contributor Author

bircni commented Aug 18, 2024

@oscargus yeah you are right first it was just like a poc
Maybe i gonna set this as a draft for later and put the web_sys fix into another pr

@bircni bircni marked this pull request as draft August 18, 2024 10:50
@bircni bircni mentioned this pull request Aug 18, 2024
1 task
@bircni bircni changed the title Bump rust-version to 1.78 and fix web-sys error POC: Bump rust-version to 1.78 Aug 18, 2024
emilk pushed a commit that referenced this pull request Aug 26, 2024
This PR updates web-sys & wasm to the newest version.

(this was already part of the POC #4954 )

* Closes <#4961>
* Closes <#4958>
* [x] I have followed the instructions in the PR template
@bircni bircni closed this Sep 9, 2024
@bircni bircni deleted the patch03 branch September 9, 2024 06:44
486c pushed a commit to 486c/egui that referenced this pull request Oct 9, 2024
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
hacknus pushed a commit to hacknus/egui that referenced this pull request Oct 30, 2024
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants