From a1096c2fbe400e5762802e4737e7c4565334e52a Mon Sep 17 00:00:00 2001 From: David Tolnay Date: Sat, 2 Oct 2021 02:09:37 -0400 Subject: [PATCH] Declare minimum Rust version in Cargo metadata --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 3ebda5435b..b1d1a05ef0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,6 +19,7 @@ include = [ "/tests/**", ] edition = "2018" +rust-version = "1.31" [features] default = ["derive", "parsing", "printing", "clone-impls", "proc-macro"]