Skip to content

Commit 46cd5fe

Browse files
committed
Fix versions in the readme
1 parent d5ac63e commit 46cd5fe

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff 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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "diesel-async"
3-
version = "0.7.1"
3+
version = "0.7.2"
44
authors = ["Georg Semmler <[email protected]>"]
55
edition = "2021"
66
autotests = false

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

3434
This allows to import the relevant traits from both crates:

0 commit comments

Comments
 (0)