From 6d01f3968e696e8118412d75dfefa242b89fedd8 Mon Sep 17 00:00:00 2001 From: David Pedersen Date: Thu, 13 Jan 2022 10:37:56 +0100 Subject: [PATCH] axum-extra: Version 0.1.2 (#705) - **fix:** Depend on tower with `default_features = false` ([#666]) [#666]: https://github.com/tokio-rs/axum/pull/666 --- axum-extra/CHANGELOG.md | 4 ++++ axum-extra/Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/axum-extra/CHANGELOG.md b/axum-extra/CHANGELOG.md index 080e4526..491a963e 100644 --- a/axum-extra/CHANGELOG.md +++ b/axum-extra/CHANGELOG.md @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 # Unreleased +- None. + +# 0.1.2 (13. January, 2021) + - **fix:** Depend on tower with `default_features = false` ([#666]) [#666]: https://github.com/tokio-rs/axum/pull/666 diff --git a/axum-extra/Cargo.toml b/axum-extra/Cargo.toml index 87a5cb5c..e0be1711 100644 --- a/axum-extra/Cargo.toml +++ b/axum-extra/Cargo.toml @@ -8,7 +8,7 @@ license = "MIT" name = "axum-extra" readme = "README.md" repository = "https://github.com/tokio-rs/axum" -version = "0.1.1" +version = "0.1.2" [features] erased-json = ["serde", "serde_json"]