From d19a57e79e4d007c3b92503a66d1ab3366823522 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Dec 2023 11:22:34 +0100 Subject: [PATCH] Update rspirv requirement from 0.11 to 0.12 (#72) Updates the requirements on [rspirv](https://github.com/gfx-rs/rspirv) to permit the latest version. - [Release notes](https://github.com/gfx-rs/rspirv/releases) - [Commits](https://github.com/gfx-rs/rspirv/compare/rspirv-0.11.0+1.5.4...rspirv-0.12.0) --- updated-dependencies: - dependency-name: rspirv dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 271acec..80da06b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -28,4 +28,4 @@ winapi = { version = "0.3", features = ["wtypes", "oleauto", "combaseapi"] } libc = "0.2" [dev-dependencies] -rspirv = "0.11" +rspirv = "0.12"