mirror of
https://github.com/gfx-rs/wgpu.git
synced 2024-11-22 06:44:14 +00:00
build: migrate Rust 1.64 -> 1.65
This commit is contained in:
parent
3d76979da6
commit
46af01c302
1
.clippy.toml
Normal file
1
.clippy.toml
Normal file
@ -0,0 +1 @@
|
||||
large-error-threshold = 225 # bytes
|
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -8,7 +8,7 @@ on:
|
||||
|
||||
env:
|
||||
RUST_BACKTRACE: 1
|
||||
RUST_VERSION: 1.64
|
||||
RUST_VERSION: 1.65
|
||||
PKG_CONFIG_ALLOW_CROSS: 1 # allow android to work
|
||||
RUSTFLAGS: --cfg=web_sys_unstable_apis -D warnings
|
||||
RUSTDOCFLAGS: -Dwarnings
|
||||
|
2
.github/workflows/cts.yml
vendored
2
.github/workflows/cts.yml
vendored
@ -9,7 +9,7 @@ on:
|
||||
|
||||
env:
|
||||
RUST_BACKTRACE: 1
|
||||
RUST_VERSION: 1.64
|
||||
RUST_VERSION: 1.65
|
||||
|
||||
jobs:
|
||||
cts:
|
||||
|
@ -99,7 +99,7 @@ Bottom level categories:
|
||||
|
||||
### Testing/Internal
|
||||
|
||||
- Update the `minimum supported rust version` to 1.62
|
||||
- Update the `minimum supported rust version` to 1.65
|
||||
- Use cargo 1.64 workspace inheritance feature. By @jinleili in [#3107](https://github.com/gfx-rs/wgpu/pull/3107)
|
||||
|
||||
#### Vulkan
|
||||
|
@ -17,7 +17,7 @@ default-members = ["wgpu", "wgpu-hal", "wgpu-info"]
|
||||
|
||||
[workspace.package]
|
||||
edition = "2021"
|
||||
rust-version = "1.64"
|
||||
rust-version = "1.65"
|
||||
keywords = ["graphics"]
|
||||
license = "MIT OR Apache-2.0"
|
||||
homepage = "https://wgpu.rs/"
|
||||
|
@ -31,8 +31,8 @@ For an overview of all the components in the gfx-rs ecosystem, see [the big pict
|
||||
|
||||
### MSRV policy
|
||||
|
||||
Minimum Supported Rust Version is **1.64**.
|
||||
It is enforced on CI (in "/.github/workflows/ci.yml", "/.github/workflows/cts.yml") with `RUST_VERSION` variable.
|
||||
Minimum Supported Rust Version is **1.65**.
|
||||
It is enforced on CI (in "/.github/workflows/ci.yml") with `RUST_VERSION` variable.
|
||||
This version can only be upgraded in breaking releases.
|
||||
|
||||
## Getting Started
|
||||
|
Loading…
Reference in New Issue
Block a user