bump Nim version in developer docs (#2841)

The developer documentation contains a comment mentioning the version of
Nim that the project is tested against. This comment was not updated for
a while (last Nim update in #2508). Bumping now to be in sync once more.
This commit is contained in:
Etan Kissling 2021-09-01 14:55:54 +02:00 committed by GitHub
parent 9e145afda3
commit 7b6976d3fd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -69,7 +69,7 @@ Nimbus comes with a build environment similar to Python venv - this helps ensure
```bash
./env.sh bash # start a new interactive shell with the right env vars set
which nim
nim --version # Nimbus is tested and supported on 1.0.2 at the moment
nim --version # Nimbus is tested and supported on 1.2.12 at the moment
# or without starting a new interactive shell:
./env.sh which nim