diff options
author | Divy Srivastava <dj.srivastava23@gmail.com> | 2024-10-23 09:22:58 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-10-23 09:22:58 +0530 |
commit | be969cb5328bb83c26022ea5307467b40647cb64 (patch) | |
tree | 510b3d7f4b6ab61f91a729300f3b773b0c5f006a /runtime/Cargo.toml | |
parent | 285635daa67274f961d29c1e7795222709dc9618 (diff) |
fix: share inotify fd across watchers (#26200)
Fixes https://github.com/denoland/deno/issues/26104
Fixes https://github.com/denoland/deno/issues/26071
Fixes https://github.com/denoland/deno/issues/17757
Diffstat (limited to 'runtime/Cargo.toml')
-rw-r--r-- | runtime/Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/Cargo.toml b/runtime/Cargo.toml index 14580a8a6..fbf5d9581 100644 --- a/runtime/Cargo.toml +++ b/runtime/Cargo.toml @@ -117,6 +117,7 @@ once_cell.workspace = true percent-encoding.workspace = true regex.workspace = true rustyline = { workspace = true, features = ["custom-bindings"] } +same-file = "1.0.6" serde.workspace = true signal-hook = "0.3.17" signal-hook-registry = "1.4.0" |