chore: bump dependencies to latest major versions#361
Open
pannous wants to merge 1 commit intoLea-fish:mainfrom
Open
chore: bump dependencies to latest major versions#361pannous wants to merge 1 commit intoLea-fish:mainfrom
pannous wants to merge 1 commit intoLea-fish:mainfrom
Conversation
Updated major version bumps across all crates: - atomic_float 0.1 → 1.1, dirs 5 → 6, dashmap 5.5 → 6.1 - zip 0.6 → 2, getrandom 0.2 → 0.3 (js feature renamed to wasm_js) - rand 0.8 → 0.9, rand_pcg 0.3 → 0.9 (thread_rng→rng, distributions→distr, gen→random) - reqwest 0.11 → 0.12, rfd 0.14 → 0.17 - glow 0.13 → 0.17 (PixelUnpackData/PixelPackData::Slice now takes Option) - bevy_ecs 0.13 → 0.15 (Command moved to world, Commands::add→queue, get_entity returns Result) - winit 0.29 → 0.30 (WindowBuilder→WindowAttributes, with_window_builder→with_window_attributes) - glutin 0.31 → 0.32, glutin-winit 0.4 → 0.5 (build_surface_attributes returns Result) - raw-window-handle 0.5 → 0.6 (HasRawWindowHandle→HasWindowHandle)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Updates all direct dependencies to their latest major versions, fixing compilation against nightly Rust.
Dependencies updated
winitWindowBuilder→WindowAttributes,with_window_builder→with_window_attributesglutinbuild_surface_attributesreturnsResultglutin-winitraw-window-handleHasRawWindowHandle→HasWindowHandleglowPixelUnpackData/PixelPackData::Slicenow wrapsOption<&[u8]>bevy_ecsCommands::add→queue,get_entity()returnsResultrandthread_rng()→rng(),distributions→distr,gen→randomrand_pcggetrandomjsfeature renamed towasm_jsreqwestrfddashmapdirszipatomic_floatNot updated:
cgmath0.17 (blocked bycollisioncrate dependency constraint).Test plan
cargo buildpasses with no errors on nightly Rust (aarch64-apple-darwin)