From 96b35c375041708202784a54e4b63425e4dcb6b1 Mon Sep 17 00:00:00 2001 From: Ernestas Kulik Date: Tue, 7 Jun 2022 10:18:22 +0300 Subject: [PATCH] Cargo.toml: Add rust-version field Argument-capturing format strings are used in some places, which definitely places the minimum at 1.58. [0] - https://github.com/rust-lang/rust/blob/master/RELEASES.md#version-1580-2022-01-13 --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index af537d96c76..a4cd594cbe6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,6 +7,7 @@ homepage = "https://crates.io" repository = "https://github.com/rust-lang/cargo" documentation = "https://docs.rs/cargo" readme = "README.md" +rust-version = "1.58" description = """ Cargo, a package manager for Rust. """