Prep release v0.24.2

This will be the same as v0.24.1 with
cf598aa0a3 cherry-picked in.
This commit is contained in:
Thom Chiovoloni 2020-12-04 18:55:08 -08:00
parent 154e4869ee
commit cef6dbbb26
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
[package]
name = "rusqlite"
version = "0.24.1"
version = "0.24.2"
authors = ["The rusqlite developers"]
edition = "2018"
description = "Ergonomic wrapper for SQLite"

View File

@ -123,7 +123,7 @@ You can adjust this behavior in a number of ways:
0.20.0). This is probably the simplest solution to any build problems. You can enable this by adding the following in your `Cargo.toml` file:
```toml
[dependencies.rusqlite]
version = "0.24.1"
version = "0.24.2"
features = ["bundled"]
```
* You can set the `SQLITE3_LIB_DIR` to point to directory containing the SQLite