From 912b7aae3029dbf0364f951944ac4ecb1da83178 Mon Sep 17 00:00:00 2001 From: Botahamec Date: Sat, 22 Oct 2022 15:24:16 -0400 Subject: Rigorous check on MSRV --- Cargo.toml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 5968fb1..45eff56 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,8 +2,8 @@ name = "exun" version = "0.1.0" authors = ["Mica White "] -edition = "2021" -rust-version = "1.60" +edition = "2018" +rust-version = "1.41.1" description = "Handle unexpected errors" readme = "README.md" documentation = "https://docs.rs/exun" @@ -12,6 +12,9 @@ license-file = "LICENSE.md" keywords = ["no_std", "no-std", "utility", "error", "error-handling"] categories = ["rust-patterns", "no-std"] +[package.metadata] +msrv = "1.41.1" + [features] default = ["std"] std = [] \ No newline at end of file -- cgit v1.2.3