Skip to content

Commit

Permalink
Bump MSRV.
Browse files Browse the repository at this point in the history
  • Loading branch information
n3vu0r committed Nov 9, 2024
1 parent aeefc14 commit 5fadd3c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "bevy_trackball"
version = "0.9.0"
rust-version = "1.80.0"
rust-version = "1.82.0"
authors = ["Rouven Spreckels <[email protected]>"]
edition = "2021"
description = "Coherent virtual trackball controller/camera plugin for Bevy"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Coherent virtual trackball controller/camera plugin for Bevy
[Build]: https://github.com/qu1x/bevy_trackball/actions/workflows/build.yml/badge.svg
[Downloads]: https://img.shields.io/crates/d/bevy_trackball.svg
[Version]: https://img.shields.io/crates/v/bevy_trackball.svg
[Rust]: https://img.shields.io/badge/rust-v1.80.0-brightgreen.svg
[Rust]: https://img.shields.io/badge/rust-v1.82.0-brightgreen.svg
[License]: https://img.shields.io/badge/License-MIT%20OR%20Apache--2.0-blue.svg

[Documentation](https://doc.qu1x.dev/bevy_trackball/bevy_trackball)
Expand Down
5 changes: 4 additions & 1 deletion RELEASES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# Version 0.9.0 (2024-11-??)

* Update Bevy to `0.15.0`.
* Bump MSRV to `1.82.0`.
* Bump `bevy` to `0.15.0`.
* Bump `bevy_egui` to `0.31.0`.
* Bump `trackball` to `0.15.0`.

# Version 0.8.0 (2024-10-27)

Expand Down

0 comments on commit 5fadd3c

Please sign in to comment.