From 1ae7395a6dc2239c6af73373531144fad9b8c6f3 Mon Sep 17 00:00:00 2001 From: Jim Blandy Date: Sat, 1 Mar 2025 14:53:37 -0800 Subject: [PATCH] Update MSRV advertised in Naga's README.md. (#7257) --- naga/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/naga/README.md b/naga/README.md index b5e98bb72..254ec4f82 100644 --- a/naga/README.md +++ b/naga/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.76+-blue.svg) +![MSRV](https://img.shields.io/badge/rustc-1.82-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).