We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent facab89 commit f93a456Copy full SHA for f93a456
Cargo.toml
@@ -23,10 +23,10 @@ members = [
23
]
24
25
[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 = "./" }
+rquickjs-core = { version = "0.9.0", path = "core", default-features = false }
+rquickjs-macro = { version = "0.9.0", path = "macro", default-features = false }
+rquickjs-sys = { version = "0.9.0", path = "sys", default-features = false }
+rquickjs = { version = "0.9.0", path = "./", default-features = false }
30
31
[dependencies]
32
indexmap-rs = { package = "indexmap", version = "2", optional = true }
0 commit comments