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/
6
6
7
7
## [ Unreleased]
8
8
9
+ ## [ 0.7.2] - 2025-10-02
10
+
11
+ * Fix versions in the Readme
12
+
9
13
## [ 0.7.1] - 2025-10-02
10
14
11
15
* Fix the docs.rs build
@@ -114,4 +118,5 @@ in the pool should be checked if they are still valid
114
118
[ 0.6.1 ] : https://github.com/weiznich/diesel_async/compare/v0.6.0...v0.6.1
115
119
[ 0.7.0 ] : https://github.com/weiznich/diesel_async/compare/v0.6.0...v0.7.0
116
120
[ 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
117
122
[ Unreleased ] : https://github.com/weiznich/diesel_async/compare/v0.7.0...main
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " diesel-async"
3
- version = " 0.7.1 "
3
+ version = " 0.7.2 "
4
4
authors = [
" Georg Semmler <[email protected] >" ]
5
5
edition = " 2021"
6
6
autotests = 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:
27
27
28
28
``` toml
29
29
[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" ] }
32
32
```
33
33
34
34
This allows to import the relevant traits from both crates:
You can’t perform that action at this time.
0 commit comments