Skip to content

Commit ec38eca

Browse files
committed
Diesel 0.4.1 because I've screwed up the features for docs.rs
1 parent 0181c09 commit ec38eca

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
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.4.1] - 2023-09-01
8+
9+
* Fixed feature flags for docs.rs
10+
711
## [0.4.0] - 2023-09-01
812

913
* Add a `AsyncConnectionWrapper` type to turn a `diesel_async::AsyncConnection` into a `diesel::Connection`. This might be used to execute migrations via `diesel_migrations`.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "diesel-async"
3-
version = "0.4.0"
3+
version = "0.4.1"
44
authors = ["Georg Semmler <[email protected]>"]
55
edition = "2021"
66
autotests = false
@@ -47,7 +47,7 @@ path = "tests/lib.rs"
4747
harness = true
4848

4949
[package.metadata.docs.rs]
50-
features = ["postgres", "mysql", "deadpool", "bb8", "mobc"]
50+
features = ["postgres", "mysql", "deadpool", "bb8", "mobc", "async-connection-wrapper", "r2d2"]
5151
no-default-features = true
5252
rustc-args = ["--cfg", "doc_cfg"]
5353
rustdoc-args = ["--cfg", "doc_cfg"]

0 commit comments

Comments
 (0)