mirror of
https://github.com/isar/rusqlite.git
synced 2025-11-22 07:48:56 +08:00
Prepare release of rusqlite 0.25.1 (#940)
This commit is contained in:
@@ -128,7 +128,7 @@ You can adjust this behavior in a number of ways:
|
||||
0.22.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.25.0"
|
||||
version = "0.25.1"
|
||||
features = ["bundled"]
|
||||
```
|
||||
* When using the `bundled` feature, the build script will honor `SQLITE_MAX_VARIABLE_NUMBER` and `SQLITE_MAX_EXPR_DEPTH` variables. It will also honor a `LIBSQLITE3_FLAGS` variable, which can have a format like `"-USQLITE_ALPHA -DSQLITE_BETA SQLITE_GAMMA ..."`. That would disable the `SQLITE_ALPHA` flag, and set the `SQLITE_BETA` and `SQLITE_GAMMA` flags. (The initial `-D` can be omitted, as on the last one.)
|
||||
|
||||
Reference in New Issue
Block a user