mirror of
https://github.com/eliasstepanik/imgui-rs.git
synced 2026-01-11 05:28:35 +00:00
Bump minimum Rust to 1.40
This commit is contained in:
parent
0089636eb2
commit
c99720abdc
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -105,7 +105,7 @@ jobs:
|
||||
rust:
|
||||
- stable
|
||||
- beta
|
||||
- 1.38.0
|
||||
- 1.40.0
|
||||
os:
|
||||
- ubuntu-latest
|
||||
- macos-latest
|
||||
|
||||
@ -5,6 +5,7 @@
|
||||
### Changed
|
||||
|
||||
- Redesigned tree / collapsing header API
|
||||
- Bump minimum Rust version to 1.40 (at least xml-rs crate requires it)
|
||||
|
||||
## [0.3.1] - 2020-03-16
|
||||
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
|
||||
**Still fairly experimental!**
|
||||
|
||||
Minimum Rust version: 1.38
|
||||
Minimum Rust version: 1.40
|
||||
|
||||
Wrapped Dear ImGui version: 1.75
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user