File tree Expand file tree Collapse file tree 3 files changed +8
-3
lines changed Expand file tree Collapse file tree 3 files changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,10 @@ for Rust libraries in [RFC #1105](https://github.com/rust-lang/rfcs/blob/master/
66
77## [ Unreleased]
88
9+ ## [ 0.7.2] - 2025-10-02
10+
11+ * Fix versions in the Readme
12+
913## [ 0.7.1] - 2025-10-02
1014
1115* Fix the docs.rs build
@@ -114,4 +118,5 @@ in the pool should be checked if they are still valid
114118[ 0.6.1 ] : https://github.com/weiznich/diesel_async/compare/v0.6.0...v0.6.1
115119[ 0.7.0 ] : https://github.com/weiznich/diesel_async/compare/v0.6.0...v0.7.0
116120[ 0.7.1 ] : https://github.com/weiznich/diesel_async/compare/v0.7.0...v0.7.1
121+ [ 0.7.1 ] : https://github.com/weiznich/diesel_async/compare/v0.7.1...v0.7.2
117122[ Unreleased ] : https://github.com/weiznich/diesel_async/compare/v0.7.0...main
Original file line number Diff line number Diff line change 11[package ]
22name = " diesel-async"
3- version = " 0.7.1 "
3+ version = " 0.7.2 "
44authors = [
" Georg Semmler <[email protected] >" ]
55edition = " 2021"
66autotests = false
Original file line number Diff line number Diff line change @@ -27,8 +27,8 @@ A normal project should use a setup similar to the following one:
2727
2828``` toml
2929[dependencies ]
30- diesel = " 2.1 .0" # no backend features need to be enabled
31- diesel-async = { version = " 0.3.1 " , features = [" postgres" ] }
30+ diesel = " 2.3 .0" # no backend features need to be enabled
31+ diesel-async = { version = " 0.7.0 " , features = [" postgres" ] }
3232```
3333
3434This allows to import the relevant traits from both crates:
You can’t perform that action at this time.
0 commit comments