From 6f4c2dc0d7efae7957197796883e52cb91cd5e7d Mon Sep 17 00:00:00 2001 From: Daira Hopwood Date: Tue, 23 Feb 2021 13:25:37 +0000 Subject: [PATCH] Add documentation of Minimum Supported Rust Version. Signed-off-by: Daira Hopwood --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 85bf23c..2aaa0eb 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,10 @@ ## [Documentation](https://docs.rs/halo2) +This crate currently has a Minimum Supported Rust Version of 1.49.0. When const generics +are stabilized [in Rust 1.51.0](https://github.com/rust-lang/rust/pull/79135), we plan +to require that version. + ## License Copyright 2020 The Electric Coin Company.