Skip to content

Commit f93a456

Browse files
committed
disable default feature by default in workspace
Signed-off-by: Jorge Prendes <[email protected]>
1 parent facab89 commit f93a456

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@ members = [
2323
]
2424

2525
[workspace.dependencies]
26-
rquickjs-core = { version = "0.9.0", path = "core" }
27-
rquickjs-macro = { version = "0.9.0", path = "macro" }
28-
rquickjs-sys = { version = "0.9.0", path = "sys" }
29-
rquickjs = { version = "0.9.0", path = "./" }
26+
rquickjs-core = { version = "0.9.0", path = "core", default-features = false }
27+
rquickjs-macro = { version = "0.9.0", path = "macro", default-features = false }
28+
rquickjs-sys = { version = "0.9.0", path = "sys", default-features = false }
29+
rquickjs = { version = "0.9.0", path = "./", default-features = false }
3030

3131
[dependencies]
3232
indexmap-rs = { package = "indexmap", version = "2", optional = true }

0 commit comments

Comments
 (0)