From 1c6f516f88dba40723ffbe628dd0cb8366d42647 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 Oct 2023 14:56:44 +0000 Subject: [PATCH 1/2] Update naga requirement from 0.13 to 0.14 Updates the requirements on [naga](https://github.com/gfx-rs/naga) to permit the latest version. - [Release notes](https://github.com/gfx-rs/naga/releases) - [Changelog](https://github.com/gfx-rs/naga/blob/master/CHANGELOG.md) - [Commits](https://github.com/gfx-rs/naga/compare/v0.13.0...v0.14.0) --- updated-dependencies: - dependency-name: naga dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index c54fde4..abc2e2c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,7 +13,7 @@ include = ["/Cargo.toml", "/LICENSE", "/README.md", "/src/**"] [dependencies] syn = { version = "2.0", features = ["full"] } -naga = { version = "0.13", features = ["wgsl-in", "wgsl-out"] } +naga = { version = "0.14", features = ["wgsl-in", "wgsl-out"] } naga-to-tokenstream = "0.3" proc-macro2 = "1.0" quote = "1.0" From 6e31f75e410f965b2ce7c6dadbfbba867386fc0a Mon Sep 17 00:00:00 2001 From: Joe O'Connor <48067162+Joeoc2001@users.noreply.github.com> Date: Fri, 27 Oct 2023 09:44:28 +0100 Subject: [PATCH 2/2] Bump version --- Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index abc2e2c..4042c59 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "wgsl-inline" -version = "0.1.4" +version = "0.1.5" edition = "2021" license = "MIT" description = "A macro used to embed WGSL within Rust." @@ -14,7 +14,7 @@ include = ["/Cargo.toml", "/LICENSE", "/README.md", "/src/**"] [dependencies] syn = { version = "2.0", features = ["full"] } naga = { version = "0.14", features = ["wgsl-in", "wgsl-out"] } -naga-to-tokenstream = "0.3" +naga-to-tokenstream = "0.4" proc-macro2 = "1.0" quote = "1.0" @@ -25,4 +25,4 @@ proc-macro = true minify = ["naga-to-tokenstream/minify"] glam = ["naga-to-tokenstream/glam"] naga = ["naga-to-tokenstream/naga"] -encase = ["naga-to-tokenstream/encase"] \ No newline at end of file +encase = ["naga-to-tokenstream/encase"]