From a2c2261e36728c26fde5617b5a6a5d70c2f67350 Mon Sep 17 00:00:00 2001 From: Nicolas Silva Date: Thu, 5 Jan 2023 16:12:08 +0100 Subject: [PATCH] Update naga to e98bd92 --- Cargo.lock | 2 +- Cargo.toml | 2 +- wgpu-core/Cargo.toml | 2 +- wgpu-hal/Cargo.toml | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index cb01f676edc..d9fd5f0d7da 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1429,7 +1429,7 @@ dependencies = [ [[package]] name = "naga" version = "0.10.0" -source = "git+https://github.com/gfx-rs/naga?rev=e7fc8e6#e7fc8e64f2f23397b149217ecce6e123c5aa5092" +source = "git+https://github.com/gfx-rs/naga?rev=e98bd92#e98bd9264c3a6b04dff15a6b1213c0c80201740a" dependencies = [ "bit-set", "bitflags", diff --git a/Cargo.toml b/Cargo.toml index bf4231ddece..354384087d5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -39,7 +39,7 @@ path = "./wgpu-hal" [workspace.dependencies.naga] git = "https://github.com/gfx-rs/naga" -rev = "e7fc8e6" +rev = "e98bd92" version = "0.10" [workspace.dependencies] diff --git a/wgpu-core/Cargo.toml b/wgpu-core/Cargo.toml index a282b4c6cce..9fc224b2a87 100644 --- a/wgpu-core/Cargo.toml +++ b/wgpu-core/Cargo.toml @@ -67,7 +67,7 @@ thiserror = "1" [dependencies.naga] git = "https://github.com/gfx-rs/naga" -rev = "e7fc8e6" +rev = "e98bd92" version = "0.10" features = ["clone", "span", "validate"] diff --git a/wgpu-hal/Cargo.toml b/wgpu-hal/Cargo.toml index b5d6b6e645d..54f17c552e0 100644 --- a/wgpu-hal/Cargo.toml +++ b/wgpu-hal/Cargo.toml @@ -111,14 +111,14 @@ android_system_properties = "0.1.1" [dependencies.naga] git = "https://github.com/gfx-rs/naga" -rev = "e7fc8e6" +rev = "e98bd92" version = "0.10" features = ["clone"] # DEV dependencies [dev-dependencies.naga] git = "https://github.com/gfx-rs/naga" -rev = "e7fc8e6" +rev = "e98bd92" version = "0.10" features = ["wgsl-in"]