diff --git a/Cargo.lock b/Cargo.lock index 00220f4..a8c9630 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -378,7 +378,6 @@ version = "0.24.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "898745e570c7d0453cc1fbc4a701eb6c662ed54e8fec8b7d14be137ebeeb9d14" dependencies = [ - "cc", "pkg-config", "vcpkg", ] diff --git a/Cargo.toml b/Cargo.toml index e23c4d1..70c3a75 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -44,7 +44,6 @@ features = ["std"] [dependencies.rusqlite] version = "0.27.0" -features = ["bundled"] [dependencies.time] version = "0.3"