Skip to content

Commit

Permalink
Fix build bumping MSRV.
Browse files Browse the repository at this point in the history
  • Loading branch information
n3vu0r committed Nov 8, 2023
1 parent 53029db commit 6301690
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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 = "trackball"
version = "0.11.2"
rust-version = "1.70.0"
rust-version = "1.71.0"
authors = ["Rouven Spreckels <[email protected]>"]
edition = "2021"
description = "Virtual Trackball Orbiting via the Exponential Map"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.70-brightgreen.svg
[Rust]: https://img.shields.io/badge/rust-v1.71-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
Expand Down

0 comments on commit 6301690

Please sign in to comment.