diff options
author | Leo Kettmeir <crowlkats@toaxl.com> | 2024-10-17 12:51:33 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-10-17 19:51:33 +0000 |
commit | 8cfd9968fa9ef79777ac2e7dfcef8f1ed618b78b (patch) | |
tree | ac2ab50a61283c096d6c474c3f5d9ffdb05dc48b /Cargo.lock | |
parent | 9fde5cb5e045551fe344b3f60370744eea30ccb4 (diff) |
refactor(ext/napi): use concrete error types (#26186)
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 205804abe..ae4501c8d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1772,6 +1772,7 @@ dependencies = [ "deno_core", "deno_permissions", "libloading 0.7.4", + "thiserror", ] [[package]] |