Release axum v0.8.1

This commit is contained in:
Jonas Platte 2025-01-01 14:39:51 +01:00
parent ca2741ae6d
commit e0b55d7503
No known key found for this signature in database
GPG key ID: 7D261D771D915378
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View file

@ -324,7 +324,7 @@ dependencies = [
[[package]] [[package]]
name = "axum" name = "axum"
version = "0.8.0" version = "0.8.1"
dependencies = [ dependencies = [
"anyhow", "anyhow",
"axum-core", "axum-core",

View file

@ -1,6 +1,6 @@
[package] [package]
name = "axum" 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"] categories = ["asynchronous", "network-programming", "web-programming::http-server"]
description = "Web framework that focuses on ergonomics and modularity" description = "Web framework that focuses on ergonomics and modularity"
edition = "2021" edition = "2021"