Skip to content

Commit 883e230

Browse files
committed
Use cargo concordium version 4.1.1 in comment
1 parent 8b1858f commit 883e230

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

source/mainnet/docs/index.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,13 +60,13 @@ Explore our developer resources, including detailed documentation, tutorials, an
6060

6161
.. Note::
6262

63-
Currently, Rust toolchain versions up to ``1.81`` are and newer are not supported by older ``cargo-concordium`` versions ( < ``4.1.0``). Update cargo-concordium if you see the error ``Unexpected byte 0x80. Expected 0x00`` as follows:
63+
Currently, Rust toolchain versions up to ``1.81`` are and newer are not supported by older ``cargo-concordium`` versions ( <= ``4.0.0``). Update ``cargo-concordium`` if you see the error ``Unexpected byte 0x80. Expected 0x00`` as follows:
6464

6565
.. code-block:: console
6666
6767
$ cargo install cargo-concordium
6868
$ cargo concordium --version
69-
$ cargo-concordium 4.1.0
69+
$ cargo-concordium 4.1.1
7070
7171
The minimum supported rust version is currently version ``1.73``
7272

source/mainnet/docs/smart-contracts/guides/build-contract.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,13 +30,13 @@ machine.
3030

3131
.. Note::
3232

33-
Currently, Rust toolchain versions up to ``1.81`` are and newer are not supported by older ``cargo-concordium`` versions ( < ``4.1.0``). Update cargo-concordium if you see the error ``Unexpected byte 0x80. Expected 0x00`` as follows:
33+
Currently, Rust toolchain versions up to ``1.81`` are and newer are not supported by older ``cargo-concordium`` versions ( <= ``4.0.0``). Update ``cargo-concordium`` if you see the error ``Unexpected byte 0x80. Expected 0x00`` as follows:
3434

3535
.. code-block:: console
3636
3737
$ cargo install cargo-concordium
3838
$ cargo concordium --version
39-
$ cargo-concordium 4.1.0
39+
$ cargo-concordium 4.1.1
4040
4141
The minimum supported rust version is currently version ``1.73``
4242

source/shared/setup-env.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,13 @@ Finally, when Rust and Cargo are successfully installed in your system, you shou
2828

2929
.. Note::
3030

31-
Currently, Rust toolchain versions up to ``1.81`` are and newer are not supported by older ``cargo-concordium`` versions ( < ``4.1.0``). Update cargo-concordium if you see the error ``Unexpected byte 0x80. Expected 0x00`` as follows:
31+
Currently, Rust toolchain versions up to ``1.81`` are and newer are not supported by older ``cargo-concordium`` versions ( <= ``4.0.0``). Update ``cargo-concordium`` if you see the error ``Unexpected byte 0x80. Expected 0x00`` as follows:
3232

3333
.. code-block:: console
3434
3535
$ cargo install cargo-concordium
3636
$ cargo concordium --version
37-
$ cargo-concordium 4.1.0
37+
$ cargo-concordium 4.1.1
3838
3939
The minimum supported rust version is currently version ``1.73``
4040

0 commit comments

Comments
 (0)