Try adding libsqlite3-sys = { version = "0.22.0", features = ["bundled"]} to your Cargo.toml . This forces libsqlite3 to be build from ...
確定! 回上一頁