Skip to content

Commit f5e8c02

Browse files
authored
chore: Fix rust version docs and readme (#307)
1 parent d4ed740 commit f5e8c02

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ openzeppelin-monitor/
152152

153153
#### Prerequisites
154154

155-
- **Rust MSRV: 1.86** or later
155+
- **Rust 2021 edition**, version `1.86` or later.
156156
- **Git** for version control
157157
- **Python/pip** for pre-commit hooks
158158

docs/modules/ROOT/pages/index.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ To get started immediately, see xref:quickstart.adoc[Quickstart].
3939

4040
=== Prerequisites
4141

42-
* **Rust** 2021 edition or later
42+
* Use **Rust 2021 edition**, version `1.86` or later.
4343
* **Docker** (optional, for containerized deployment)
4444

4545
=== Local Installation

0 commit comments

Comments
 (0)