Skip to content

Commit 5ef881c

Browse files
committed
docs: Remove outdated version requirements
1 parent a3ad072 commit 5ef881c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ as well.
104104

105105
In order to run the frontend on Windows and macOS, you will need to have installed:
106106

107-
- [node](https://nodejs.org/en/) >= 18.16.0 (see `package.json` and `.github/workflows/ci.yml` for what we currently use)
107+
- [node](https://nodejs.org/en/) (see `package.json` engines field for the exact version required)
108108
- [pnpm](https://pnpm.io) >= 8.5.1
109109

110110
Follow the links for each of these tools for their recommended installation
@@ -155,7 +155,7 @@ pnpm test
155155

156156
In order to run the backend, you will need to have installed:
157157

158-
- [Rust](https://www.rust-lang.org/en-US/) stable >= 1.56.0 and cargo, which comes with Rust
158+
- [Rust](https://www.rust-lang.org/en-US/) stable (see `rust-toolchain.toml` for version) and cargo, which comes with Rust
159159
- [Postgres](https://www.postgresql.org/) >= 9.5
160160
- [OpenSSL](https://www.openssl.org/) >= 1.0.2k
161161
- [diesel_cli](http://diesel.rs/guides/getting-started/) >= 2.0.0 and < 3.0.0

0 commit comments

Comments
 (0)