This is an automated email from the ASF dual-hosted git repository.
xuanwo pushed a commit to branch nodejs-layer
in repository https://gitbox.apache.org/repos/asf/incubator-opendal.git
The following commit(s) were added to refs/heads/nodejs-layer by this push:
new fce372597 Remove compat-mode
fce372597 is described below
commit fce372597bfd6be1d78423ff8c241d91d9474871
Author: Xuanwo <[email protected]>
AuthorDate: Mon Nov 13 18:44:58 2023 +0800
Remove compat-mode
Signed-off-by: Xuanwo <[email protected]>
---
bindings/nodejs/Cargo.toml | 1 -
1 file changed, 1 deletion(-)
diff --git a/bindings/nodejs/Cargo.toml b/bindings/nodejs/Cargo.toml
index 18d65f0e7..9a29697a8 100644
--- a/bindings/nodejs/Cargo.toml
+++ b/bindings/nodejs/Cargo.toml
@@ -141,7 +141,6 @@ futures = "0.3.28"
napi = { version = "2.11.3", default-features = false, features = [
"napi6",
"async",
- "compat-mode"
] }
napi-derive = "2.12.2"
opendal.workspace = true