summaryrefslogtreecommitdiff
path: root/ext/webgpu
diff options
context:
space:
mode:
authordenobot <33910674+denobot@users.noreply.github.com>2022-11-03 19:40:23 -0400
committerGitHub <noreply@github.com>2022-11-04 00:40:23 +0100
commit61fbfabe440f1cfffa7b8d17426ffdece4d430d0 (patch)
tree4a2cd5150ab3f1a802ca2520ec1be89f707f5a32 /ext/webgpu
parent6fe9428805f80222daaf4ccdf9995f2e53b511ff (diff)
chore: forward v1.27.1 release commit to main (#16533)
Co-authored-by: bartlomieju <bartlomieju@users.noreply.github.com> Co-authored-by: Bartek IwaƄczuk <biwanczuk@gmail.com>
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 ff242d0bf..819c35ebc 100644
--- a/ext/webgpu/Cargo.toml
+++ b/ext/webgpu/Cargo.toml
@@ -2,7 +2,7 @@
[package]
name = "deno_webgpu"
-version = "0.75.0"
+version = "0.76.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.156.0", path = "../../core" }
+deno_core = { version = "0.157.0", path = "../../core" }
serde = { version = "1.0", features = ["derive"] }
tokio = { version = "1.21", features = ["full"] }
wgpu-core = { version = "0.13", features = ["trace", "replay", "serde"] }