From 2d0ab31e32d42e6a935d4318dccb53280411d752 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Antti=20Ker=C3=A4nen?= Date: Wed, 7 Jun 2023 21:06:08 +0300 Subject: [PATCH] Add MSRV + status badge Closes #104 --- Cargo.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index b697f38..a8c3240 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,6 +12,7 @@ repository = "https://github.com/Detegr/rust-ctrlc.git" exclude = ["/.travis.yml", "/appveyor.yml"] edition = "2018" readme = "README.md" +rust-version = "1.63.0" [target.'cfg(unix)'.dependencies] nix = { version = "0.26", default-features = false, features = ["fs", "signal"]} @@ -37,3 +38,6 @@ path = "tests/main/issue_97.rs" [dev-dependencies] signal-hook = "0.3" + +[badges] +maintenance = { status = "passively-maintained" }