From 60a3155b4d0550f0dc36d50d0aba59221af74ed8 Mon Sep 17 00:00:00 2001 From: Lucien XU Date: Wed, 12 May 2021 20:18:56 +0200 Subject: [PATCH] Added MSRV information --- README.md | 2 ++ pretend/src/lib.rs | 4 ++++ 2 files changed, 6 insertions(+) diff --git a/README.md b/README.md index ca6f9bc..f967316 100644 --- a/README.md +++ b/README.md @@ -18,3 +18,5 @@ Some features: This repository contains the code for [`pretend`](pretend/README.md) and [`pretend-codegen`](pretend-codegen/README.md) as well as [`pretend-reqwest`](pretend-reqwest/README.md) and [`pretend-ishac`](pretend-isahc/README.md). + +MSRV for the `pretend` ecosystem is Rust **1.44**. \ No newline at end of file diff --git a/pretend/src/lib.rs b/pretend/src/lib.rs index 7cb18b4..71158a1 100644 --- a/pretend/src/lib.rs +++ b/pretend/src/lib.rs @@ -207,6 +207,10 @@ //! //! [examples folder]: https://github.com/SfietKonstantin/pretend/tree/main/pretend/examples //! +//! # MSRV +//! +//! MSRV for the `pretend` ecosystem is Rust **1.44**. +//! //! # The future //! //! Here is a quick roadmap