diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8ac07b69a3..c1ddad0209 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 diff --git a/CHANGELOG.md b/CHANGELOG.md index 27200b170d..8e6ac9a6b2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -96,7 +96,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 diff --git a/README.md b/README.md index 46dbd914b6..315606cb3d 100644 --- a/README.md +++ b/README.md @@ -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.64**. +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.