Skip to content

Commit f3ebe89

Browse files
committed
Do not enable the "bundled" feature by default
Signed-off-by: Renato Westphal <renatowestphal@gmail.com>
1 parent 0bfb17b commit f3ebe89

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,6 @@ name = "data"
3838
harness = false
3939

4040
[features]
41-
default = ["bundled"]
41+
default = []
4242
bindgen = ["libyang5-sys/bindgen"]
4343
bundled = ["libyang5-sys/bundled"]

0 commit comments

Comments
 (0)