Skip to content

Commit 9143ee0

Browse files
committed
Do not enable "rusqlite/bundled" by default
1 parent fe983cf commit 9143ee0

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Cargo.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,11 @@ repository = "https://github.com/yannickfunk/genanki-rs"
1010

1111
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
1212

13+
[features]
14+
sqlite-bundled = ["rusqlite/bundled"]
15+
1316
[dependencies]
14-
rusqlite = { version = "0.25.1", features = ["bundled"] }
17+
rusqlite = "0.25.1"
1518
tempfile = "3.2.0"
1619
zip = "0.5.12"
1720
serde_json = "1.0.64"

0 commit comments

Comments
 (0)