From 92321a957fbe9e9e1831bba3bdd164feb65774b2 Mon Sep 17 00:00:00 2001 From: Rob Wagner Date: Sat, 22 Jul 2023 19:33:41 -0400 Subject: [PATCH] Support the axum stable version --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 1ff8026..2343f2b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,4 +11,4 @@ version = "0.1.0" edition = "2021" [dependencies] -axum = { git = "https://github.com/tokio-rs/axum", branch = "main", commit = "7093cee0ace5c3cb81ab6f970ae6ff0e966643ea", default-features = false } +axum = { version = "0.6", default-features = false }