From 9cd98665375dde75aab6d15541c04b9ad18a9183 Mon Sep 17 00:00:00 2001 From: Christopher Cole Date: Wed, 11 Oct 2023 17:51:42 -0700 Subject: [PATCH] Document the crate's current MSRV in Cargo.toml --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 3498460..9152bb3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,6 +11,7 @@ categories = ["no-std", "os", "embedded"] exclude = [".gitignore", "/.github", "/sample-objects"] readme = "README.md" edition = "2021" +rust-version = "1.62.1" [lib] name = "elf"