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,7 +6,11 @@ for Rust libraries in [RFC #1105](https://github.com/rust-lang/rfcs/blob/master/
6
6
7
7
## [ Unreleased]
8
8
9
- ## [ 0.7.0]
9
+ ## [ 0.7.1] - 2025-10-02
10
+
11
+ * Fix the docs.rs build
12
+
13
+ ## [ 0.7.0] - 2025-10-02
10
14
11
15
* Support for diesel 2.3
12
16
* Added support for running migrations via ` AsyncMigrationHarness `
@@ -109,4 +113,5 @@ in the pool should be checked if they are still valid
109
113
[ 0.6.0 ] : https://github.com/weiznich/diesel_async/compare/v0.5.2...v0.6.0
110
114
[ 0.6.1 ] : https://github.com/weiznich/diesel_async/compare/v0.6.0...v0.6.1
111
115
[ 0.7.0 ] : https://github.com/weiznich/diesel_async/compare/v0.6.0...v0.7.0
116
+ [ 0.7.1 ] : https://github.com/weiznich/diesel_async/compare/v0.7.0...v0.7.1
112
117
[ 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.0 "
3
+ version = " 0.7.1 "
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 1
- #![ cfg_attr( docsrs, feature( doc_cfg, doc_auto_cfg ) ) ]
1
+ #![ cfg_attr( docsrs, feature( doc_cfg) ) ]
2
2
//! Diesel-async provides async variants of diesel related query functionality
3
3
//!
4
4
//! diesel-async is an extension to diesel itself. It is designed to be used together
You can’t perform that action at this time.
0 commit comments