From ed38b4e201cf4daa49ebb159ef68015350c5d8c7 Mon Sep 17 00:00:00 2001 From: Allan Zhang Date: Mon, 19 Sep 2022 18:38:33 -0400 Subject: [PATCH] Add MSRV --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index a6596d6f..a6d420d8 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,8 @@ This crate is the suggested alternative for `dotenv` in security advisory [RUSTS This library loads environment variables from a _.env_ file. This is convenient for dev environments. +The Minimum Supported Rust Version (MSRV) is 1.58.1. + ## Components 1. [`dotenvy`](https://crates.io/crates/dotenvy) crate - A well-maintained fork of the `dotenv` crate.