From df879f9f746366ee6bd1dc757514e8e73deddc1d Mon Sep 17 00:00:00 2001 From: Leo Kettmeir Date: Mon, 13 May 2024 14:23:39 -0700 Subject: chore: cleanup unused dependencies (#23787) --- tools/wgpu_sync.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'tools') 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}"`), ); } -- cgit v1.2.3