diff --git a/Cargo.toml b/Cargo.toml index cc6756f..e882835 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "trackball" version = "0.15.0" -rust-version = "1.71.0" +rust-version = "1.79.0" authors = ["Rouven Spreckels "] edition = "2021" description = "Virtual Trackball Orbiting via the Exponential Map" diff --git a/README.md b/README.md index ca0d1c2..f328dae 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ Virtual Trackball Orbiting via the Exponential Map [Documentation]: https://docs.rs/trackball/badge.svg [Downloads]: https://img.shields.io/crates/d/trackball.svg [Version]: https://img.shields.io/crates/v/trackball.svg -[Rust]: https://img.shields.io/badge/rust-v1.71-brightgreen.svg +[Rust]: https://img.shields.io/badge/rust-v1.79.0-brightgreen.svg [License]: https://img.shields.io/badge/License-MIT%20OR%20Apache--2.0-blue.svg This is an alternative trackball technique using exponential map and parallel transport to diff --git a/RELEASES.md b/RELEASES.md index 8b7a82c..4aafa8e 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -2,6 +2,7 @@ * Support latest `glam`. * Bump `nalgebra` to latest version. + * Bump MSRV. # Version 0.14.0 (2024-07-06)