From 693b6d25479417b96186340fcd8cdcda311fabbc Mon Sep 17 00:00:00 2001 From: Mark Thom Date: Fri, 7 Jan 2022 07:52:14 -0700 Subject: [PATCH] add version dependency information to README --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 2db7b76e..3425e29f 100644 --- a/README.md +++ b/README.md @@ -26,6 +26,8 @@ considered ready for merging into master, among them: * Greatly reducing the number of instructions used to compile disjunctives * Storing short atoms to heap cells without writing them to the atom table +The rebis-dev branch should be built with **Rust 1.57 and up**. + ## Phase 1 Produce an implementation of the Warren Abstract Machine in Rust, done -- 2.54.0