diff options
| author | Leo Kettmeir <crowlkats@toaxl.com> | 2024-10-12 10:00:35 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-10-12 10:00:35 -0700 |
| commit | 8b2c6fc2d22f0a62ceefa71ff739f81796142699 (patch) | |
| tree | 3fede39d81e0a7ac122d90903494d59c06eb10ca /Cargo.lock | |
| parent | 938a8ebe347639c07042768e97969b75cc600e16 (diff) | |
refactor(ext/canvas): use concrete error type (#26111)
Diffstat (limited to 'Cargo.lock')
| -rw-r--r-- | Cargo.lock | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock index 84a57f036..2500b5a2c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1386,6 +1386,7 @@ dependencies = [ "deno_webgpu", "image", "serde", + "thiserror", ] [[package]] |
