diff --git a/Cargo.lock b/Cargo.lock index c190ae5377..feb64e2729 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1377,7 +1377,7 @@ dependencies = [ [[package]] name = "naga" version = "0.10.0" -source = "git+https://github.com/cwfitzgerald/naga?rev=2e499e26#2e499e26a21af709bc8715804ade9c520857c1fb" +source = "git+https://github.com/gfx-rs/naga?rev=e7fc8e6#e7fc8e64f2f23397b149217ecce6e123c5aa5092" dependencies = [ "bit-set", "bitflags", diff --git a/Cargo.toml b/Cargo.toml index 3d0a526f8b..1eb3768f0e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -38,8 +38,8 @@ package = "wgpu-hal" path = "./wgpu-hal" [workspace.dependencies.naga] -git = "https://github.com/cwfitzgerald/naga" -rev = "2e499e26" +git = "https://github.com/gfx-rs/naga" +rev = "e7fc8e6" version = "0.10" [workspace.dependencies]