From cee61d8e20c480aa6d3fbc74aefb318219f6bf26 Mon Sep 17 00:00:00 2001 From: garlic-hub <12842269+garlic-hub@users.noreply.github.com> Date: Thu, 21 Dec 2023 22:33:53 -0800 Subject: [PATCH] Update MSRV on README Hyper's current MSRV is 1.63 and since that is a requirement we have to raise the crate's MSRV --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index eafaeee1..5b97b6e3 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ You can find more examples [here](/examples). ## Minimum Supported Rust Version -axum-server's MSRV is `1.49`. +axum-server's MSRV is `1.63`. ## Safety