summaryrefslogtreecommitdiff
path: root/ext/webgpu
diff options
context:
space:
mode:
authorLeo Kettmeir <crowlkats@toaxl.com>2022-04-28 23:32:42 +0200
committerGitHub <noreply@github.com>2022-04-28 23:32:42 +0200
commitde2004dec5607257765fe0a982d988e61bd0ddcd (patch)
tree7baf430b8c02bed179950fbcfb48526d94d0b102 /ext/webgpu
parent8fb2678b220f4c3a25459cee1aa7f4dbba0adcc8 (diff)
Forward 1.21.1 (#14428)
Diffstat (limited to 'ext/webgpu')
-rw-r--r--ext/webgpu/Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/webgpu/Cargo.toml b/ext/webgpu/Cargo.toml
index 13bec34ac..c150b73e3 100644
--- a/ext/webgpu/Cargo.toml
+++ b/ext/webgpu/Cargo.toml
@@ -2,7 +2,7 @@
[package]
name = "deno_webgpu"
-version = "0.50.0"
+version = "0.51.0"
authors = ["the Deno authors"]
edition = "2021"
license = "MIT"
@@ -11,7 +11,7 @@ repository = "https://github.com/gfx-rs/wgpu"
description = "WebGPU implementation for Deno"
[dependencies]
-deno_core = { version = "0.131.0", path = "../../core" }
+deno_core = { version = "0.132.0", path = "../../core" }
serde = { version = "1.0", features = ["derive"] }
tokio = { version = "1.17", features = ["full"] }
wgpu-core = { version = "0.12", features = ["trace", "replay", "serde"] }