mirror of
https://github.com/eliasstepanik/imgui-rs.git
synced 2026-01-11 13:38:35 +00:00
Bumped everything to MSRV 1.60
This commit is contained in:
parent
bc9cb1c246
commit
29b23ec5dc
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@ -22,7 +22,7 @@ jobs:
|
|||||||
|
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
rust: ["1.57"]
|
rust: ["1.60"]
|
||||||
|
|
||||||
env:
|
env:
|
||||||
RUSTFLAGS: -D warnings
|
RUSTFLAGS: -D warnings
|
||||||
@ -81,7 +81,7 @@ jobs:
|
|||||||
matrix:
|
matrix:
|
||||||
rust:
|
rust:
|
||||||
- stable
|
- stable
|
||||||
- "1.57"
|
- "1.60"
|
||||||
os:
|
os:
|
||||||
- ubuntu-latest
|
- ubuntu-latest
|
||||||
- macos-latest
|
- macos-latest
|
||||||
|
|||||||
@ -60,7 +60,7 @@ be applicable to usage with any backend/renderer.
|
|||||||
|
|
||||||
## Minimum Support Rust Version (MSRV)
|
## 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
|
## Choosing a backend platform and a renderer
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user