summaryrefslogtreecommitdiff
path: root/ext/webgpu
diff options
context:
space:
mode:
authorBartek IwaƄczuk <biwanczuk@gmail.com>2021-10-05 21:40:39 +0200
committerGitHub <noreply@github.com>2021-10-05 21:40:39 +0200
commitd67e85850688117e116bbf7054e80f30fe07afe6 (patch)
tree9a4e0049166436a6e1668cc9468bbb49c334c589 /ext/webgpu
parent80aee99c9e2eba879a0981235bee740088c6fbad (diff)
chore: merge v1.14.3 into main (#12327)
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 9d73c2468..79924b986 100644
--- a/ext/webgpu/Cargo.toml
+++ b/ext/webgpu/Cargo.toml
@@ -2,7 +2,7 @@
[package]
name = "deno_webgpu"
-version = "0.20.0"
+version = "0.21.0"
authors = ["the Deno authors"]
edition = "2018"
license = "MIT"
@@ -14,7 +14,7 @@ description = "WebGPU implementation for Deno"
path = "lib.rs"
[dependencies]
-deno_core = { version = "0.101.0", path = "../../core" }
+deno_core = { version = "0.102.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"] }