Bump MSRV to 1.65.

This commit is contained in:
Jim Blandy 2023-08-01 15:39:01 -07:00
parent f7de1942c1
commit 543cae17a3
4 changed files with 9 additions and 3 deletions

View File

@ -5,7 +5,7 @@ env:
CARGO_INCREMENTAL: false
CARGO_TERM_COLOR: always
RUST_BACKTRACE: full
MSRV: 1.63
MSRV: 1.65
jobs:
check-msrv:

View File

@ -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

View File

@ -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

View File

@ -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).