1 diff --git a/crates/sqlez/Cargo.toml b/crates/sqlez/Cargo.toml
2 index 6f25ba9..dae8c33 100644
3 --- a/crates/sqlez/Cargo.toml
4 +++ b/crates/sqlez/Cargo.toml
5 @@ -13,7 +13,7 @@ anyhow.workspace = true
6 collections.workspace = true
7 futures.workspace = true
9 -libsqlite3-sys = { version = "0.28", features = ["bundled"] }
10 +libsqlite3-sys = { version = "0.28" }
11 parking_lot.workspace = true
13 thread_local = "1.1.4"