From 9ed175d1545fa338b6212c4f48be9b3d12821c7a Mon Sep 17 00:00:00 2001 From: Alex Touchet Date: Tue, 28 Feb 2023 08:14:00 -0800 Subject: [PATCH] chore(cargo): set `rust-version` in Cargo.toml (#3151) --- 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",