programatik29 / tokio-rusqlite

Asynchronous handle for rusqlite library.
MIT License
84 stars 20 forks source link

failed to select a version for `libsqlite3-sys` #3

Closed BuyMyMojo closed 2 years ago

BuyMyMojo commented 2 years ago

Encountered this issue when trying to use tokio-rusqlite: https://paste.buymymojo.net/pivepilorecusami.log

Rustc version: rustc 1.62.0 (a8314ef7d 2022-06-27) Cargo version: cargo 1.62.0 (a748cf5a3 2022-06-08)

BuyMyMojo commented 2 years ago

I acidentally had base sqlite in the dependencies... whoops