From 7e71c544d2fb31309b80f899d5c74315bee8f264 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=CA=9C=C9=AA=E1=B4=8D=E1=B4=9C=CA=80=E1=B4=80=20Yu=CC=84?= Date: Sat, 29 Mar 2025 16:09:28 +0900 Subject: [PATCH] fix: add omitted `deno_process` dependency to `io` feature --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 4e83fdc..1c56d82 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -106,7 +106,7 @@ web_stub = ["webidl", "base64-simd"] kv = ["deno_kv", "web", "console"] # Provides IO primitives for other Deno extensions (stdio streams, etc) - io = ["deno_io", "web", "rustyline", "winapi", "nix", "libc", "once_cell"] + io = ["deno_io", "deno_process", "web", "rustyline", "winapi", "nix", "libc", "once_cell"] # [https://url.spec.whatwg.org/] # [https://wicg.github.io/urlpattern/]