From 3f8efe5289d88097ab49e7a8fcda763c2823376b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bartek=20Iwa=C5=84czuk?= Date: Tue, 23 Jul 2024 01:01:31 +0100 Subject: Revert "chore: move all node-api impl to ext (#24662)" (#24680) This reverts commit d00fbd70258a77a267fe20bdd2c4a028c799b693. Reverting because, it caused a failure during v1.45.3 publish: https://github.com/denoland/deno/actions/runs/10048730693/job/27773718095 --- ext/napi/Cargo.toml | 3 --- 1 file changed, 3 deletions(-) (limited to 'ext/napi/Cargo.toml') diff --git a/ext/napi/Cargo.toml b/ext/napi/Cargo.toml index ef8ab82d5..b00c30889 100644 --- a/ext/napi/Cargo.toml +++ b/ext/napi/Cargo.toml @@ -16,7 +16,4 @@ path = "lib.rs" [dependencies] deno_core.workspace = true deno_permissions.workspace = true -libc.workspace = true libloading = { version = "0.7" } -log.workspace = true -napi_sym.workspace = true -- cgit v1.2.3