1
0
mirror of https://github.com/j178/prek.git synced 2026-06-19 17:17:53 +02:00

Remove unnecessary rust version in CONTRIBUTING.md (#1874)

This commit is contained in:
Andreas Geyer
2026-03-31 07:58:55 +02:00
committed by GitHub
parent 434db54b59
commit 47b371febf
+1 -1
View File
@@ -6,7 +6,7 @@ Thanks for your interest in improving **prek**! This guide walks through the dev
1. **Install Rust with `rustup`** (recommended)
Install `rustup` from <https://rustup.rs> if you do not already have it. Then install the toolchain pinned in `rust-toolchain.toml` (currently Rust 1.90):
Install `rustup` from <https://rustup.rs> if you do not already have it. Then install the toolchain pinned in `rust-toolchain.toml`:
```bash
rustup show