summaryrefslogtreecommitdiff
path: root/extensions/webgpu
diff options
context:
space:
mode:
authorBartek IwaƄczuk <biwanczuk@gmail.com>2021-06-28 20:59:23 +0200
committerGitHub <noreply@github.com>2021-06-28 20:59:23 +0200
commit30cba2484815f712502ae8937a25afa13aba0818 (patch)
tree496432652cf8ff00ee61e8d9a1e701fc65439596 /extensions/webgpu
parent9e875b2a2353eb4f3c6343a22e19c01276571cf6 (diff)
chore: release deno_core (#11164)
Diffstat (limited to 'extensions/webgpu')
-rw-r--r--extensions/webgpu/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/webgpu/Cargo.toml b/extensions/webgpu/Cargo.toml
index ee589fac7..6c211e5cc 100644
--- a/extensions/webgpu/Cargo.toml
+++ b/extensions/webgpu/Cargo.toml
@@ -14,7 +14,7 @@ repository = "https://github.com/denoland/deno"
path = "lib.rs"
[dependencies]
-deno_core = { version = "0.91.0", path = "../../core" }
+deno_core = { version = "0.92.0", path = "../../core" }
tokio = { version = "1.7.1", features = ["full"] }
serde = { version = "1.0.125", features = ["derive"] }
wgpu-core = { version = "0.8.1", features = ["trace"] }