summaryrefslogtreecommitdiff
path: root/tools/wgpu_sync.js
diff options
context:
space:
mode:
Diffstat (limited to 'tools/wgpu_sync.js')
-rwxr-xr-xtools/wgpu_sync.js3
1 files changed, 1 insertions, 2 deletions
diff --git a/tools/wgpu_sync.js b/tools/wgpu_sync.js
index 5844c68a2..4939983c2 100755
--- a/tools/wgpu_sync.js
+++ b/tools/wgpu_sync.js
@@ -77,8 +77,7 @@ async function patchCargo() {
(data) =>
data
.replace(/^wgpu-core = .*/m, `wgpu-core = "${V_WGPU}"`)
- .replace(/^wgpu-types = .*/m, `wgpu-types = "${V_WGPU}"`)
- .replace(/^wgpu-hal = .*/m, `wgpu-hal = "${V_WGPU}"`),
+ .replace(/^wgpu-types = .*/m, `wgpu-types = "${V_WGPU}"`),
);
}