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