mirror of
https://github.com/gfx-rs/wgpu.git
synced 2024-11-25 16:24:24 +00:00
Bump MSRV to 1.65.
This commit is contained in:
parent
f7de1942c1
commit
543cae17a3
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -5,7 +5,7 @@ env:
|
||||
CARGO_INCREMENTAL: false
|
||||
CARGO_TERM_COLOR: always
|
||||
RUST_BACKTRACE: full
|
||||
MSRV: 1.63
|
||||
MSRV: 1.65
|
||||
|
||||
jobs:
|
||||
check-msrv:
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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).
|
||||
|
Loading…
Reference in New Issue
Block a user