diff options
author | Ryan Dahl <ry@tinyclouds.org> | 2021-03-02 15:15:43 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-02 15:15:43 -0500 |
commit | f1fe6a57baa08b4a42e6c134c2f91849397d7b01 (patch) | |
tree | ba3e3d53af25afe40a307cf909c00863b1e8f1f8 /op_crates/webgpu | |
parent | 1f47bdd69d4c07c2d183cdaf8d86dcf5ecf4b662 (diff) |
Bump crate versions (#9651)
Diffstat (limited to 'op_crates/webgpu')
-rw-r--r-- | op_crates/webgpu/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/op_crates/webgpu/Cargo.toml b/op_crates/webgpu/Cargo.toml index 92d9e01f3..2764ced07 100644 --- a/op_crates/webgpu/Cargo.toml +++ b/op_crates/webgpu/Cargo.toml @@ -14,7 +14,7 @@ repository = "https://github.com/denoland/deno" path = "lib.rs" [dependencies] -deno_core = { version = "0.79.0", path = "../../core" } +deno_core = { version = "0.80.1", path = "../../core" } tokio = { version = "1.1.1", features = ["full"] } serde = { version = "1.0.123", features = ["derive"] } wgpu-core = { version = "0.7.0", features = ["trace"] } |