Release axum and axum-core (#1716)

This commit is contained in:
David Pedersen
2023-01-20 23:51:19 +01:00
committed by GitHub
parent 5b07296001
commit 6ff6b36293
4 changed files with 12 additions and 4 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
[package]
name = "axum"
version = "0.6.2"
version = "0.6.3"
categories = ["asynchronous", "network-programming", "web-programming::http-server"]
description = "Web framework that focuses on ergonomics and modularity"
edition = "2021"
@@ -31,7 +31,7 @@ __private_docs = ["tower/full", "tower-http/full"]
[dependencies]
async-trait = "0.1.43"
axum-core = { path = "../axum-core", version = "0.3.1" }
axum-core = { path = "../axum-core", version = "0.3.2" }
bitflags = "1.0"
bytes = "1.0"
futures-util = { version = "0.3", default-features = false, features = ["alloc"] }