From cf12b3aa0f778764fdb300f72932179161c342d0 Mon Sep 17 00:00:00 2001 From: David Pedersen Date: Thu, 31 Mar 2022 20:44:36 +0200 Subject: [PATCH] Fix version of axum used locally --- axum-core/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/axum-core/Cargo.toml b/axum-core/Cargo.toml index decaf6ea..76487848 100644 --- a/axum-core/Cargo.toml +++ b/axum-core/Cargo.toml @@ -20,6 +20,6 @@ mime = "0.3.16" [dev-dependencies] futures-util = "0.3" -axum = { path = "../axum", version = "0.4" } +axum = { path = "../axum", version = "0.5" } hyper = "0.14" tokio = { version = "1.0", features = ["macros"] }