diff options
| author | Kitson Kelly <me@kitsonkelly.com> | 2022-03-24 12:47:35 +1100 |
|---|---|---|
| committer | Kitson Kelly <me@kitsonkelly.com> | 2022-03-24 14:47:06 +1100 |
| commit | cff1e92ecf17933a4fcd2ea6a18abfdf89316e37 (patch) | |
| tree | b9dc3685eda53147214af8232c30c1e08eb9d1b2 /ext/webgpu | |
| parent | c755548e0212ea6f4fc211adc85bfdc581e6045e (diff) | |
1.20.2
Diffstat (limited to 'ext/webgpu')
| -rw-r--r-- | ext/webgpu/Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/webgpu/Cargo.toml b/ext/webgpu/Cargo.toml index b4ce1c935..f528c3be7 100644 --- a/ext/webgpu/Cargo.toml +++ b/ext/webgpu/Cargo.toml @@ -2,7 +2,7 @@ [package] name = "deno_webgpu" -version = "0.43.0" +version = "0.44.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.124.0", path = "../../core" } +deno_core = { version = "0.125.0", path = "../../core" } serde = { version = "1.0", features = ["derive"] } tokio = { version = "1.10", features = ["full"] } wgpu-core = { version = "0.12", features = ["trace", "replay", "serde"] } |
