mirror of
https://github.com/gfx-rs/wgpu.git
synced 2024-11-22 06:44:14 +00:00
Change msrv and ci
This commit is contained in:
parent
ac5390528e
commit
d5f1941fea
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -8,7 +8,7 @@ on:
|
|||||||
|
|
||||||
env:
|
env:
|
||||||
RUST_BACKTRACE: 1
|
RUST_BACKTRACE: 1
|
||||||
RUST_VERSION: 1.59
|
RUST_VERSION: 1.62
|
||||||
|
|
||||||
# We distinguish the following kinds of builds:
|
# We distinguish the following kinds of builds:
|
||||||
# - local: build for the same target as we compile on, and do local tests
|
# - local: build for the same target as we compile on, and do local tests
|
||||||
|
@ -31,7 +31,7 @@ For an overview of all the components in the gfx-rs ecosystem, see [the big pict
|
|||||||
|
|
||||||
### MSRV policy
|
### 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.
|
It is enforced on CI (in "/.github/workflows/ci.yml") with `RUST_VERSION` variable.
|
||||||
This version can only be upgraded in breaking releases.
|
This version can only be upgraded in breaking releases.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user