From eeca449cca83e24150e46739e797aa82e9142809 Mon Sep 17 00:00:00 2001 From: Dirkjan Ochtman Date: Wed, 28 Aug 2024 11:16:55 +0200 Subject: [PATCH] Set rust-version in metadata --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index f98cd14..0c7c487 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,7 @@ [package] name = "rustc_version" version = "0.4.1" +rust-version = "1.32" license = "MIT OR Apache-2.0" description = "A library for querying the version of a installed rustc compiler" readme = "README.md"