rusqlite icon indicating copy to clipboard operation
rusqlite copied to clipboard

Accidental MSRV of 1.82

Open glandium opened this issue 1 year ago • 1 comments

#1620 and #1613 before that, kind of accidentally bumped the MSRV to 1.82 because of the use of unsafe extern "C" blocks in newer versions of bindgen. rusqlite should have an explicit MSRV and/or set rust_target() on the bindgen builder.

glandium avatar Jan 24 '25 05:01 glandium

https://github.com/rusqlite/rusqlite?tab=readme-ov-file#minimum-supported-rust-version-msrv

gwenn avatar Jan 24 '25 05:01 gwenn