Skip to content

Commit 8123de5

Browse files
authored
Merge pull request #1248 from Concordium/addNoteToHompage
Add note regarding versioning to homepage
2 parents 74812ea + 97c023c commit 8123de5

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

source/mainnet/docs/index.rst

+12
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,18 @@ Concordium is a public blockchain platform designed for security, privacy, and s
66

77
Explore our developer resources, including detailed documentation, tutorials, and a suite of tools to support your development journey.
88

9+
.. Note::
10+
11+
Currently, Rust toolchain versions up to ``1.81`` are supported. To set version ``1.81`` as the default, run these commands:
12+
13+
.. code-block:: console
14+
15+
$ rustup toolchain install 1.81
16+
$ rustup default 1.81
17+
18+
The minimum supported rust version is currently version ``1.73``
19+
20+
921
.. image:: ./images/frontpage.png
1022
:width: 400px
1123
:alt: frontpage image

0 commit comments

Comments
 (0)