mirror of
https://github.com/FuelLabs/sway.git
synced 2025-08-09 13:18:44 +00:00
Bump to v0.44.0 (#4945)
This commit is contained in:
parent
254e50edb1
commit
241d30f7cd
25 changed files with 234 additions and 251 deletions
|
@ -1,7 +1,7 @@
|
|||
# Cargo
|
||||
|
||||
<!-- markdown-link-check-disable -->
|
||||
Cargo can be used to install the Sway toolchain with various [`plugins`](https://fuellabs.github.io/sway/v0.43.2/book/forc/plugins/index.html).
|
||||
Cargo can be used to install the Sway toolchain with various [`plugins`](https://fuellabs.github.io/sway/v0.44.0/book/forc/plugins/index.html).
|
||||
<!-- markdown-link-check-enable -->
|
||||
|
||||
## Dependencies
|
||||
|
|
|
@ -19,9 +19,9 @@ The supported operating systems include Linux and macOS; however, Windows is [`u
|
|||
`Cargo` may be used instead of [`Fuelup`](fuelup.md); however, the user needs to manage the toolchain themselves.
|
||||
|
||||
<!-- markdown-link-check-disable -->
|
||||
The advantage of using `Cargo` is the installation of [`plugins`](https://fuellabs.github.io/sway/v0.43.2/book/forc/plugins/index.html) that have not been added into [`Fuelup`](fuelup.md).
|
||||
The advantage of using `Cargo` is the installation of [`plugins`](https://fuellabs.github.io/sway/v0.44.0/book/forc/plugins/index.html) that have not been added into [`Fuelup`](fuelup.md).
|
||||
|
||||
The disadvantage occurs when [`Fuelup`](fuelup.md) and `Cargo` are used in tandem because the latest [`plugins`](https://fuellabs.github.io/sway/v0.43.2/book/forc/plugins/index.html) may not be recognized.
|
||||
The disadvantage occurs when [`Fuelup`](fuelup.md) and `Cargo` are used in tandem because the latest [`plugins`](https://fuellabs.github.io/sway/v0.44.0/book/forc/plugins/index.html) may not be recognized.
|
||||
<!-- markdown-link-check-enable -->
|
||||
|
||||
## Source
|
||||
|
|
|
@ -5,7 +5,7 @@ The `Sway toolchain` can be built directly from the [`Sway repository`](https://
|
|||
## Installation & Updating
|
||||
|
||||
<!-- markdown-link-check-disable -->
|
||||
In the root of the repository `/sway/<here>` build [`forc`](https://fuellabs.github.io/sway/v0.43.2/book/forc/commands/index.html) with the following command:
|
||||
In the root of the repository `/sway/<here>` build [`forc`](https://fuellabs.github.io/sway/v0.44.0/book/forc/commands/index.html) with the following command:
|
||||
<!-- markdown-link-check-enable -->
|
||||
|
||||
```bash
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
# The Sway Reference
|
||||
|
||||
<!-- markdown-link-check-disable -->
|
||||
This is the technical reference for the Sway programming language. For a prose explanation and introduction to the language, please refer to the [Sway Book](https://fuellabs.github.io/sway/v0.43.2/book/).
|
||||
This is the technical reference for the Sway programming language. For a prose explanation and introduction to the language, please refer to the [Sway Book](https://fuellabs.github.io/sway/v0.44.0/book/).
|
||||
<!-- markdown-link-check-enable -->
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue