doctest README.md

This commit is contained in:
gwenn
2020-03-08 15:36:56 +01:00
parent a8ebb32938
commit 8ddacbb27c
4 changed files with 8 additions and 3 deletions

View File

@@ -122,7 +122,7 @@ You can adjust this behavior in a number of ways:
link against that. This source is embedded in the `libsqlite3-sys` crate and
is currently SQLite 3.30.1 (as of `rusqlite` 0.21.0 / `libsqlite3-sys`
0.17.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.21.0"
features = ["bundled"]