Add rust-version metadata to Cargo.toml files

This commit is contained in:
Jack Grigg 2022-09-03 13:54:44 +00:00
parent c31d250356
commit 885b90fe29
4 changed files with 4 additions and 0 deletions

View file

@ -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

View file

@ -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"] }

View file

@ -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" }

View file

@ -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]