There was an error while loading. Please reload this page.
2 parents 61b1754 + 9010ee9 commit 9f3a79dCopy full SHA for 9f3a79d
2 files changed
governor/CHANGELOG.md
@@ -4,6 +4,12 @@
4
5
## [Unreleased] - ReleaseDate
6
7
+## [[0.10.4](https://docs.rs/governor/0.10.4/governor/)] - 2025-12-16
8
+
9
+Another bug-fix release to repair the documentation build on
10
+docs.rs for good: The `doc_auto_cfg` feature was deprecated,
11
+this version switches to the feature `doc_cfg`.
12
13
## [[0.10.3](https://docs.rs/governor/0.10.3/governor/)] - 2025-12-16
14
15
- Fixed a typo that prevented docs for 0.10.2 from building on docs.rs
governor/Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "governor"
3
-version = "0.10.3"
+version = "0.10.4"
authors = ["Andreas Fuchs <asf@boinkor.net>"]
edition = "2018"
license = "MIT"
0 commit comments