From 59b6ec6d83def2a2c86ee5497a72058334ef552a Mon Sep 17 00:00:00 2001 From: Alex Touchet Date: Mon, 27 Feb 2023 13:14:48 -0800 Subject: [PATCH] Set rust-version in Cargo.toml --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 9b27bbc27e..16d8e585be 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,6 +11,7 @@ authors = ["Sean McArthur "] keywords = ["http", "hyper", "hyperium"] categories = ["network-programming", "web-programming::http-client", "web-programming::http-server"] edition = "2018" +rust-version = "1.56" include = [ "Cargo.toml",