summaryrefslogtreecommitdiff
path: root/axum-core/Cargo.toml
diff options
context:
space:
mode:
authorDavid Pedersen <david.pdrsn@gmail.com>2022-03-31 20:44:36 +0200
committerDavid Pedersen <david.pdrsn@gmail.com>2022-03-31 20:45:01 +0200
commitcf12b3aa0f778764fdb300f72932179161c342d0 (patch)
tree3f7da719393ba8fbb1a318ad5bdfbc4ba9da5b4e /axum-core/Cargo.toml
parentfec64bc1b664259caf0448588c99dd622ab3f6ef (diff)
Fix version of axum used locally
Diffstat (limited to 'axum-core/Cargo.toml')
-rw-r--r--axum-core/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
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"] }