From e48822e690535a535558bb2cb1d6bc50871ce80d Mon Sep 17 00:00:00 2001 From: Jim Blandy Date: Tue, 1 Aug 2023 15:39:01 -0700 Subject: [PATCH] Bump MSRV to 1.65. --- .github/workflows/ci.yml | 2 +- CHANGELOG.md | 6 ++++++ Cargo.toml | 2 +- README.md | 2 +- 4 files changed, 9 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ce951216b9..ff1af783d0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -5,7 +5,7 @@ env: CARGO_INCREMENTAL: false CARGO_TERM_COLOR: always RUST_BACKTRACE: full - MSRV: 1.63 + MSRV: 1.65 jobs: check-msrv: diff --git a/CHANGELOG.md b/CHANGELOG.md index fac0fd78e0..c6dd013395 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## Unreleased + +#### GENERAL + +- Bump MSRV to 1.65 ([#2420](https://github.com/gfx-rs/naga/pull/2420)) **@jimblandy** + ## v0.13 (2023-07-21) #### GENERAL diff --git a/Cargo.toml b/Cargo.toml index 65b8067206..efaf0548d0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,7 @@ keywords = ["shader", "SPIR-V", "GLSL", "MSL"] license = "MIT OR Apache-2.0" exclude = ["bin/**/*", "tests/**/*", "Cargo.lock", "target/**/*"] resolver = "2" -rust-version = "1.63" +rust-version = "1.65" [package.metadata.docs.rs] all-features = true diff --git a/README.md b/README.md index c9f22e502d..04ed84ab5e 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ [![Crates.io](https://img.shields.io/crates/v/naga.svg?label=naga)](https://crates.io/crates/naga) [![Docs.rs](https://docs.rs/naga/badge.svg)](https://docs.rs/naga) [![Build Status](https://github.com/gfx-rs/naga/workflows/pipeline/badge.svg)](https://github.com/gfx-rs/naga/actions) -![MSRV](https://img.shields.io/badge/rustc-1.63+-blue.svg) +![MSRV](https://img.shields.io/badge/rustc-1.65+-blue.svg) [![codecov.io](https://codecov.io/gh/gfx-rs/naga/branch/master/graph/badge.svg?token=9VOKYO8BM2)](https://codecov.io/gh/gfx-rs/naga) The shader translation library for the needs of [wgpu](https://github.com/gfx-rs/wgpu).