Skip to content

Commit 46af01c

Browse files
ErichDonGublerjimblandy
authored andcommitted
build: migrate Rust 1.64 -> 1.65
1 parent 3d76979 commit 46af01c

File tree

6 files changed

+7
-6
lines changed

6 files changed

+7
-6
lines changed

.clippy.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
large-error-threshold = 225 # bytes

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88

99
env:
1010
RUST_BACKTRACE: 1
11-
RUST_VERSION: 1.64
11+
RUST_VERSION: 1.65
1212
PKG_CONFIG_ALLOW_CROSS: 1 # allow android to work
1313
RUSTFLAGS: --cfg=web_sys_unstable_apis -D warnings
1414
RUSTDOCFLAGS: -Dwarnings

.github/workflows/cts.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99

1010
env:
1111
RUST_BACKTRACE: 1
12-
RUST_VERSION: 1.64
12+
RUST_VERSION: 1.65
1313

1414
jobs:
1515
cts:

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ Bottom level categories:
9999

100100
### Testing/Internal
101101

102-
- Update the `minimum supported rust version` to 1.62
102+
- Update the `minimum supported rust version` to 1.65
103103
- Use cargo 1.64 workspace inheritance feature. By @jinleili in [#3107](https://github.com/gfx-rs/wgpu/pull/3107)
104104

105105
#### Vulkan

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ default-members = ["wgpu", "wgpu-hal", "wgpu-info"]
1717

1818
[workspace.package]
1919
edition = "2021"
20-
rust-version = "1.64"
20+
rust-version = "1.65"
2121
keywords = ["graphics"]
2222
license = "MIT OR Apache-2.0"
2323
homepage = "https://wgpu.rs/"

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ For an overview of all the components in the gfx-rs ecosystem, see [the big pict
3131

3232
### MSRV policy
3333

34-
Minimum Supported Rust Version is **1.64**.
35-
It is enforced on CI (in "/.github/workflows/ci.yml", "/.github/workflows/cts.yml") with `RUST_VERSION` variable.
34+
Minimum Supported Rust Version is **1.65**.
35+
It is enforced on CI (in "/.github/workflows/ci.yml") with `RUST_VERSION` variable.
3636
This version can only be upgraded in breaking releases.
3737

3838
## Getting Started

0 commit comments

Comments
 (0)