From b3e174cfa895742b16ed9c62a98f4a5d56aba342 Mon Sep 17 00:00:00 2001 From: 0x434b Date: Wed, 20 Nov 2024 09:22:02 +0400 Subject: [PATCH] fix: remove nightly requirement --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index dc4931b..f415352 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ Currently, this tool should work on all \*NIX flavor operating-systems. ### Prerequisites -- [Rust (nightly) toolchain](https://www.rust-lang.org/tools/install) 🦀 +- [Rust toolchain v1.78.0+](https://www.rust-lang.org/tools/install) 🦀 - [AFLPlusPlus](https://github.com/AFLplusplus/AFLplusplus) - [pgrep](https://man7.org/linux/man-pages/man1/pgrep.1.html) - [TMUX](https://github.com/tmux/tmux) || [screen](https://www.gnu.org/software/screen/) (Optional)