mirror of
https://github.com/FuelLabs/sway.git
synced 2025-08-10 05:39:05 +00:00
Bump to v0.59.0 (#6030)
This commit is contained in:
parent
e97d6acefe
commit
d9985d8111
27 changed files with 246 additions and 224 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.58.0/book/forc/plugins/index.html).
|
||||
Cargo can be used to install the Sway toolchain with various [`plugins`](https://fuellabs.github.io/sway/v0.59.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.58.0/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.59.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.58.0/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.59.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.58.0/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.59.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.58.0/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.59.0/book/).
|
||||
<!-- markdown-link-check-enable -->
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue