Skip to content

Commit 2f68380

Browse files
committed
Merge branch '0.2.x'
2 parents 00c5d77 + aad33c6 commit 2f68380

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ All user visible changes to this project will be documented in this file.
44
This project adheres to [Semantic Versioning](http://semver.org/), as described
55
for Rust libraries in [RFC #1105](https://github.com/rust-lang/rfcs/blob/master/text/1105-api-evolution.md)
66

7+
## [0.2.2] - 2023-04-14
8+
9+
* Dependency updates for `mysql-async` to allow newer versions
10+
711
## [0.2.1] - 2023-03-08
812

913
* Dependency updates for `mobc` and `mysql-async` to allow newer versions as well

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "diesel-async"
3-
version = "0.2.1"
3+
version = "0.2.2"
44
authors = ["Georg Semmler <[email protected]>"]
55
edition = "2018"
66
autotests = false
@@ -19,8 +19,8 @@ futures-channel = { version = "0.3.17", default-features = false, features = ["s
1919
futures-util = { version = "0.3.17", default-features = false, features = ["std", "sink"] }
2020
tokio-postgres = { version = "0.7.2", optional = true}
2121
tokio = { version = "1.26", optional = true}
22-
mysql_async = { version = ">=0.30.0,<0.32", optional = true}
23-
mysql_common = {version = "0.29.0", optional = true}
22+
mysql_async = { version = ">=0.30.0,<0.33", optional = true}
23+
mysql_common = {version = ">=0.29.0,<0.31.0", optional = true}
2424

2525
bb8 = {version = "0.8", optional = true}
2626
deadpool = {version = "0.9", optional = true}

0 commit comments

Comments
 (0)