Change msrv and ci

This commit is contained in:
char0313 2022-10-07 18:21:00 +02:00 committed by Connor Fitzgerald
parent ac5390528e
commit d5f1941fea
2 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@ on:
env:
RUST_BACKTRACE: 1
RUST_VERSION: 1.59
RUST_VERSION: 1.62
# We distinguish the following kinds of builds:
# - local: build for the same target as we compile on, and do local tests

View File

@ -31,7 +31,7 @@ For an overview of all the components in the gfx-rs ecosystem, see [the big pict
### MSRV policy
Minimum Supported Rust Version is **1.59**.
Minimum Supported Rust Version is **1.62**.
It is enforced on CI (in "/.github/workflows/ci.yml") with `RUST_VERSION` variable.
This version can only be upgraded in breaking releases.