We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f0d29c commit 69d676eCopy full SHA for 69d676e
bundle/Cargo.toml
@@ -16,7 +16,9 @@ chrono = { version = "0.4.38", features = ["serde"] }
16
proto = { path = "../proto" }
17
constants = { path = "../constants" }
18
prost = "0.12.6"
19
-context = { path = "../context", default-features = false }
+context = { path = "../context", default-features = false, features = [
20
+ "bindings",
21
+] }
22
js-sys = { version = "0.3.70", optional = true }
23
log = "0.4.14"
24
tempfile = "3.2.0"
0 commit comments