summaryrefslogtreecommitdiff
path: root/ext/webgpu/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'ext/webgpu/Cargo.toml')
-rw-r--r--ext/webgpu/Cargo.toml3
1 files changed, 2 insertions, 1 deletions
diff --git a/ext/webgpu/Cargo.toml b/ext/webgpu/Cargo.toml
index 4c709b9c3..f23bb8371 100644
--- a/ext/webgpu/Cargo.toml
+++ b/ext/webgpu/Cargo.toml
@@ -2,7 +2,7 @@
[package]
name = "deno_webgpu"
-version = "0.138.0"
+version = "0.144.0"
authors = ["the Deno authors"]
edition.workspace = true
license = "MIT"
@@ -25,6 +25,7 @@ serde = { workspace = true, features = ["derive"] }
tokio = { workspace = true, features = ["full"] }
wgpu-types = { workspace = true, features = ["serde"] }
raw-window-handle = { workspace = true }
+thiserror.workspace = true
[target.'cfg(not(target_arch = "wasm32"))'.dependencies.wgpu-core]
workspace = true