From e0b55d750390d810028caad0387058751611c1b4 Mon Sep 17 00:00:00 2001 From: Jonas Platte Date: Wed, 1 Jan 2025 14:39:51 +0100 Subject: [PATCH] Release axum v0.8.1 --- Cargo.lock | 2 +- axum/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b5d929af..7ffe93b6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -324,7 +324,7 @@ dependencies = [ [[package]] name = "axum" -version = "0.8.0" +version = "0.8.1" dependencies = [ "anyhow", "axum-core", diff --git a/axum/Cargo.toml b/axum/Cargo.toml index 8785027f..4b007211 100644 --- a/axum/Cargo.toml +++ b/axum/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "axum" -version = "0.8.0" # remember to bump the version that axum-extra depends on +version = "0.8.1" # remember to bump the version that axum-extra depends on categories = ["asynchronous", "network-programming", "web-programming::http-server"] description = "Web framework that focuses on ergonomics and modularity" edition = "2021"