bikeshedder / deadpool

Dead simple pool implementation for rust with async-await
Apache License 2.0
1.08k stars 137 forks source link

Bump rusqlite to 0.32.1 #347

Closed matteron closed 2 months ago

matteron commented 3 months ago

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.

bikeshedder commented 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.

bikeshedder commented 1 month ago

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: