Skip to content
This repository was archived by the owner on Jan 29, 2025. It is now read-only.

Commit 36d5605

Browse files
committed
Bump MSRV to 1.65.
1 parent 46951a0 commit 36d5605

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Change Log
22

3+
## Unreleased
4+
5+
#### GENERAL
6+
7+
- Bump MSRV to 1.65 ([#XXXX](https://github.com/gfx-rs/naga/pull/XXXX)) **@jimblandy**
8+
39
## v0.13 (2023-07-21)
410

511
#### GENERAL

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ keywords = ["shader", "SPIR-V", "GLSL", "MSL"]
1010
license = "MIT OR Apache-2.0"
1111
exclude = ["bin/**/*", "tests/**/*", "Cargo.lock", "target/**/*"]
1212
resolver = "2"
13-
rust-version = "1.63"
13+
rust-version = "1.65"
1414

1515
[package.metadata.docs.rs]
1616
all-features = true

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
[![Crates.io](https://img.shields.io/crates/v/naga.svg?label=naga)](https://crates.io/crates/naga)
55
[![Docs.rs](https://docs.rs/naga/badge.svg)](https://docs.rs/naga)
66
[![Build Status](https://github.com/gfx-rs/naga/workflows/pipeline/badge.svg)](https://github.com/gfx-rs/naga/actions)
7-
![MSRV](https://img.shields.io/badge/rustc-1.63+-blue.svg)
7+
![MSRV](https://img.shields.io/badge/rustc-1.65+-blue.svg)
88
[![codecov.io](https://codecov.io/gh/gfx-rs/naga/branch/master/graph/badge.svg?token=9VOKYO8BM2)](https://codecov.io/gh/gfx-rs/naga)
99

1010
The shader translation library for the needs of [wgpu](https://github.com/gfx-rs/wgpu).

0 commit comments

Comments
 (0)