Skip to content

Commit

Permalink
Merge pull request #2797 from SergioBenitez/1.4.x-sqlite-update
Browse files Browse the repository at this point in the history
1.4.x: Update 'libsqlite3-sys' to 0.22
  • Loading branch information
weiznich committed Jun 4, 2021
2 parents a109351 + bf5a2fa commit c6e00e3
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Expand Up @@ -4,6 +4,12 @@ All user visible changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/), as described
for Rust libraries in [RFC #1105](https://github.com/rust-lang/rfcs/blob/master/text/1105-api-evolution.md)

## [1.4.7] - 2021-06-03

### Fixed

* Updated 'libsqlite3-sys' to 0.22

## [1.4.6] - 2021-03-05

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion diesel/Cargo.toml
Expand Up @@ -16,7 +16,7 @@ byteorder = "1.0"
diesel_derives = "~1.4.0"
chrono = { version = "0.4", optional = true }
libc = { version = "0.2.0", optional = true }
libsqlite3-sys = { version = ">=0.8.0, <0.21.0", optional = true, features = ["min_sqlite_version_3_7_16"] }
libsqlite3-sys = { version = ">=0.8.0, <0.23.0", optional = true, features = ["min_sqlite_version_3_7_16"] }
mysqlclient-sys = { version = ">=0.1.0, <0.3.0", optional = true }
pq-sys = { version = ">=0.3.0, <0.5.0", optional = true }
quickcheck = { version = "0.4", optional = true }
Expand Down
2 changes: 1 addition & 1 deletion diesel_cli/Cargo.toml
Expand Up @@ -27,7 +27,7 @@ tempfile = "3.0.0"
toml = "0.4.6"
url = { version = "1.4.0", optional = true }
barrel = { version = ">= 0.5.0", optional = true, features = ["diesel"] }
libsqlite3-sys = { version = ">=0.8.0, <0.21.0", optional = true, features = ["min_sqlite_version_3_7_16"] }
libsqlite3-sys = { version = ">=0.8.0, <0.23.0", optional = true, features = ["min_sqlite_version_3_7_16"] }

[dev-dependencies]
difference = "1.0"
Expand Down

0 comments on commit c6e00e3

Please sign in to comment.