axum-extra 0.7.6 (#2139)

This commit is contained in:
David Pedersen
2023-08-02 17:53:25 +02:00
committed by GitHub
parent 990cbb8126
commit a25ed293d7
2 changed files with 8 additions and 1 deletions
+7
View File
@@ -9,10 +9,17 @@ and this project adheres to [Semantic Versioning].
- None.
# 0.7.6 (02. August, 2023)
- **fixed:** Remove unused dependency ([#2135])
[#2135]: https://github.com/tokio-rs/axum/pull/2135
# 0.7.5 (17. July, 2023)
- **fixed:** Remove explicit auto deref from `PrivateCookieJar` example ([#2028])
[#2028]: https://github.com/tokio-rs/axum/pull/2028
[#2028]: https://github.com/tokio-rs/axum/pull/2028
# 0.7.4 (18. April, 2023)
+1 -1
View File
@@ -9,7 +9,7 @@ license = "MIT"
name = "axum-extra"
readme = "README.md"
repository = "https://github.com/tokio-rs/axum"
version = "0.7.5"
version = "0.7.6"
[features]
default = []