Bumped everything to MSRV 1.60

This commit is contained in:
Robin 2023-01-21 20:48:18 +01:00
parent bc9cb1c246
commit 29b23ec5dc
2 changed files with 3 additions and 3 deletions

View File

@ -22,7 +22,7 @@ jobs:
strategy:
matrix:
rust: ["1.57"]
rust: ["1.60"]
env:
RUSTFLAGS: -D warnings
@ -81,7 +81,7 @@ jobs:
matrix:
rust:
- stable
- "1.57"
- "1.60"
os:
- ubuntu-latest
- macos-latest

View File

@ -60,7 +60,7 @@ be applicable to usage with any backend/renderer.
## Minimum Support Rust Version (MSRV)
The MSRV for `imgui-rs` and all of the backend crates is **1.57**. We update our MSRV periodically, and issue a minor bump for it.
The MSRV for `imgui-rs` and all of the backend crates is **1.60**. We update our MSRV periodically, and issue a minor bump for it.
## Choosing a backend platform and a renderer