Skip to content

Commit 69d676e

Browse files
committed
init
1 parent 1f0d29c commit 69d676e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

bundle/Cargo.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,9 @@ chrono = { version = "0.4.38", features = ["serde"] }
1616
proto = { path = "../proto" }
1717
constants = { path = "../constants" }
1818
prost = "0.12.6"
19-
context = { path = "../context", default-features = false }
19+
context = { path = "../context", default-features = false, features = [
20+
"bindings",
21+
] }
2022
js-sys = { version = "0.3.70", optional = true }
2123
log = "0.4.14"
2224
tempfile = "3.2.0"

0 commit comments

Comments
 (0)