summaryrefslogtreecommitdiff
path: root/op_crates/webgpu
diff options
context:
space:
mode:
authorBartek IwaƄczuk <biwanczuk@gmail.com>2021-04-21 00:15:39 +0200
committerGitHub <noreply@github.com>2021-04-21 00:15:39 +0200
commit34328335743a377a701c5b812ab725c34ecc29c8 (patch)
treea753bf24972e67a132fb3cf8584ab79442897397 /op_crates/webgpu
parent0cc01965760a63e951485c625209adb7ba44f86a (diff)
chore: release crates (#10269)
* Revert "tooling(bench_util): benching and profiling utilities (#10223)" This reverts commit 733a00030582375c43fa156e978f25df6ecc9e9a. * Upgrade notify
Diffstat (limited to 'op_crates/webgpu')
-rw-r--r--op_crates/webgpu/Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/op_crates/webgpu/Cargo.toml b/op_crates/webgpu/Cargo.toml
index a9abcf528..025780263 100644
--- a/op_crates/webgpu/Cargo.toml
+++ b/op_crates/webgpu/Cargo.toml
@@ -2,7 +2,7 @@
[package]
name = "deno_webgpu"
-version = "0.4.0"
+version = "0.5.0"
edition = "2018"
description = "WebGPU implementation for Deno"
authors = ["the Deno authors"]
@@ -14,7 +14,7 @@ repository = "https://github.com/denoland/deno"
path = "lib.rs"
[dependencies]
-deno_core = { version = "0.84.0", path = "../../core" }
+deno_core = { version = "0.85.0", path = "../../core" }
tokio = { version = "1.4.0", features = ["full"] }
serde = { version = "1.0.125", features = ["derive"] }
wgpu-core = { version = "0.7.0", features = ["trace"] }