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:
parent
9e145afda3
commit
7b6976d3fd
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue