Release axum v0.8.1

This commit is contained in:
Jonas Platte
2025-01-01 14:39:51 +01:00
parent ca2741ae6d
commit e0b55d7503
2 changed files with 2 additions and 2 deletions
Generated
+1 -1
View File
@@ -324,7 +324,7 @@ dependencies = [
[[package]]
name = "axum"
version = "0.8.0"
version = "0.8.1"
dependencies = [
"anyhow",
"axum-core",
+1 -1
View File
@@ -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"