New release candidates (#1541)

This commit is contained in:
David Pedersen
2022-11-18 17:29:47 +01:00
committed by GitHub
parent 468985373a
commit 878ae73e6d
4 changed files with 16 additions and 7 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
[package]
name = "axum"
version = "0.6.0-rc.4"
version = "0.6.0-rc.5"
categories = ["asynchronous", "network-programming", "web-programming::http-server"]
description = "Web framework that focuses on ergonomics and modularity"
edition = "2021"
@@ -52,7 +52,7 @@ tower-layer = "0.3.2"
tower-service = "0.3"
# optional dependencies
axum-macros = { path = "../axum-macros", version = "=0.3.0-rc.2", optional = true }
axum-macros = { path = "../axum-macros", version = "=0.3.0-rc.3", optional = true }
base64 = { version = "0.13", optional = true }
headers = { version = "0.3.7", optional = true }
multer = { version = "2.0.0", optional = true }