From 885b90fe29567a2aaaf44ca5a8c4664ecfa53540 Mon Sep 17 00:00:00 2001 From: Jack Grigg Date: Sat, 3 Sep 2022 13:54:44 +0000 Subject: [PATCH] Add `rust-version` metadata to `Cargo.toml` files --- age-core/Cargo.toml | 1 + age-plugin/Cargo.toml | 1 + age/Cargo.toml | 1 + rage/Cargo.toml | 1 + 4 files changed, 4 insertions(+) diff --git a/age-core/Cargo.toml b/age-core/Cargo.toml index 87493b0..5bde47f 100644 --- a/age-core/Cargo.toml +++ b/age-core/Cargo.toml @@ -7,6 +7,7 @@ repository = "https://github.com/str4d/rage" readme = "README.md" license = "MIT OR Apache-2.0" edition = "2021" +rust-version = "1.56" [package.metadata.docs.rs] all-features = true diff --git a/age-plugin/Cargo.toml b/age-plugin/Cargo.toml index 35e0810..7df8010 100644 --- a/age-plugin/Cargo.toml +++ b/age-plugin/Cargo.toml @@ -7,6 +7,7 @@ repository = "https://github.com/str4d/rage" readme = "README.md" license = "MIT OR Apache-2.0" edition = "2021" +rust-version = "1.56" [dependencies] age-core = { version = "0.8.0", path = "../age-core", features = ["plugin"] } diff --git a/age/Cargo.toml b/age/Cargo.toml index 50e9e13..29d03c9 100644 --- a/age/Cargo.toml +++ b/age/Cargo.toml @@ -9,6 +9,7 @@ keywords = ["rage", "encryption"] categories = ["cryptography"] license = "MIT OR Apache-2.0" edition = "2021" +rust-version = "1.56" [badges] maintenance = { status = "experimental" } diff --git a/rage/Cargo.toml b/rage/Cargo.toml index 103a292..888038c 100644 --- a/rage/Cargo.toml +++ b/rage/Cargo.toml @@ -9,6 +9,7 @@ keywords = ["age", "cli", "encryption"] categories = ["command-line-utilities", "cryptography"] license = "MIT OR Apache-2.0" edition = "2021" +rust-version = "1.56" default-run = "rage" [package.metadata.deb]