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

Bump version to 0.6.0 #249

Merged
merged 4 commits into from
Feb 23, 2023
Merged

Conversation

mukilan
Copy link
Member

@mukilan mukilan commented Feb 22, 2023

Also updated examples to work with winit 0.28.1

@mukilan mukilan requested review from jdm and delan February 22, 2023 03:38
@atouchet
Copy link
Contributor

atouchet commented Feb 22, 2023

If it's not too much of a pain would it be possible to include some dependency updates like in #199 #207 #238 if the version is going to be bumped again?

@mukilan
Copy link
Member Author

mukilan commented Feb 22, 2023

@atouchet good idea! I'll check which dependencies are easy to upgrade and try a servo build to verify it won't block servo's upgrade of surfman.

@mukilan mukilan marked this pull request as draft February 22, 2023 05:31
Signed-off-by: Mukilan Thiyagarajan <me@mukilan.in>
* Update call to get_range() in rand crate
  This api now takes std Range instead of separate
  bounds.

* png crate has renamed the enum variant
  `ColorType::RGBA` to `ColorType:Rgba`

* winapi crate's 'shared::winerror' module is gated
  under the 'winerror' feature flag, which needs to be
  specified in surfman's Cargo.toml with latest version.

Signed-off-by: Mukilan Thiyagarajan <me@mukilan.in>
Signed-off-by: Mukilan Thiyagarajan <me@mukilan.in>
Signed-off-by: Mukilan Thiyagarajan <me@mukilan.in>
@mukilan mukilan marked this pull request as ready for review February 22, 2023 13:19
@mukilan
Copy link
Member Author

mukilan commented Feb 23, 2023

@bors-servo r=jdm

@bors-servo
Copy link
Contributor

📌 Commit c2607a0 has been approved by jdm

@bors-servo
Copy link
Contributor

⌛ Testing commit c2607a0 with merge 50644f0...

@bors-servo
Copy link
Contributor

☀️ Test successful - checks-github
Approved by: jdm
Pushing 50644f0 to master...

@bors-servo bors-servo merged commit 50644f0 into servo:master Feb 23, 2023
This was referenced Feb 23, 2023
bors-servo added a commit to servo/webxr that referenced this pull request Feb 24, 2023
Update surfman to 0.6

To complete the update of winit used by Servo (servo/servo#29382), a new version 0.6.0 of surfman has been published to crates.io (servo/surfman#249). To address compilation errors in Servo about mismatched types due to duplicated versions of surfman, we will need to update all references in Servo to the same version (0.6.0).
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.

4 participants