From b1682de79a02f7e8402af95a0e0773e1dedb2980 Mon Sep 17 00:00:00 2001 From: Alex Touchet Date: Mon, 27 Feb 2023 13:19:54 -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 be87f030..64573e1f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,6 +19,7 @@ keywords = ["http", "async", "non-blocking"] categories = ["asynchronous", "web-programming", "network-programming"] exclude = ["fixtures/**", "ci/**"] edition = "2018" +rust-version = "1.56" [features] # Enables `futures::Stream` implementations for various types.