From c6f3493f18f6b8e3c9b1a88523bb900d16b1fc2d Mon Sep 17 00:00:00 2001 From: Bert Belder Date: Wed, 24 Nov 2021 15:56:18 -0800 Subject: chore: merge v1.16.3 into main (#12892) --- ext/webgpu/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ext/webgpu') diff --git a/ext/webgpu/Cargo.toml b/ext/webgpu/Cargo.toml index 561f3545b..94c2cb680 100644 --- a/ext/webgpu/Cargo.toml +++ b/ext/webgpu/Cargo.toml @@ -2,7 +2,7 @@ [package] name = "deno_webgpu" -version = "0.27.0" +version = "0.28.0" authors = ["the Deno authors"] edition = "2021" license = "MIT" @@ -14,7 +14,7 @@ description = "WebGPU implementation for Deno" path = "lib.rs" [dependencies] -deno_core = { version = "0.108.0", path = "../../core" } +deno_core = { version = "0.109.0", path = "../../core" } serde = { version = "1.0.129", features = ["derive"] } tokio = { version = "1.10.1", features = ["full"] } wgpu-core = { version = "0.10.1", features = ["trace"] } -- cgit v1.2.3