Closed matteron closed 2 months ago
It looks like rusqlite
bumped the MSRV. C-string literals were introduced in Rust 1.77: https://doc.rust-lang.org/nightly/edition-guide/rust-2021/c-string-literals.html
I'm going to merge this, increase the MSRV and prepare a release of this.
Sorry for the delay. I completely forgot to make a release:
:package: https://crates.io/crates/deadpool-sqlite/0.9.0
If this ever happens feel free to ping me. I delayed this release just because I forgot about it. :see_no_evil:
Ran through
cargo test
with all the feature flags, everything seems tow work, but not entirely sure what else I should do to spot check this.