Skip to content

Commit c046e21

Browse files
authored
Update to 1.84.1 (#94)
1 parent 1c54b42 commit c046e21

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Substrate Runtime Toolbox: srtool v0.18.1
1+
# Substrate Runtime Toolbox: srtool v0.18.2
22

33
![srtool docker 128px](resources/srtool-docker_128px.png)
44

@@ -18,11 +18,11 @@ The Docker images are tagged with both the rustc version used internally as well
1818

1919
You may find for instance the following:
2020

21-
- `paritytech/srtool:1.84.0-0.18.1`
21+
- `paritytech/srtool:1.84.1-0.18.2`
2222

23-
- `paritytech/srtool:1.84.0`
23+
- `paritytech/srtool:1.84.1`
2424

25-
The tags not mentioning the build version always point to the latest one. In the example above, `paritytech/srtool:1.84.0` is the same image than `paritytech/srtool:1.84.0-0.18.1`.
25+
The tags not mentioning the build version always point to the latest one. In the example above, `paritytech/srtool:1.84.1` is the same image than `paritytech/srtool:1.84.1-0.18.2`.
2626

2727
## Related tools
2828

@@ -47,7 +47,7 @@ You may also want to have a look at [subwasm](https://github.com/chevdor/subwasm
4747
The project was initially developed by <https://gitlab.com/chevdor>.
4848
It has now moved to Github under the [Parity Technologies](https://www.github.com/paritytech) organisation to simplify the developement and the integration with other Parity products such as Polkadot and Kusama.
4949

50-
The last version hosted on Gitlab has been built using Rust Stable 1.84.0. It is tagged as v0.18.1 and there is no plan on updating the Gitlab repository further. New versions will be available from [this repository](https://www.github.com/paritytech/srtool) only. The functionalities remain the same so you can (and should!) simply swap `chevdor/srtool` for `paritytech/srtool` in your workflows. The [srtool-actions](https://github.com/chevdor/srtool-actions) will remain available as `chevdor/srtool-actions@<version>` and will be updated to point at the paritytech image.
50+
The last version hosted on Gitlab has been built using Rust Stable 1.84.1. It is tagged as v0.18.2 and there is no plan on updating the Gitlab repository further. New versions will be available from [this repository](https://www.github.com/paritytech/srtool) only. The functionalities remain the same so you can (and should!) simply swap `chevdor/srtool` for `paritytech/srtool` in your workflows. The [srtool-actions](https://github.com/chevdor/srtool-actions) will remain available as `chevdor/srtool-actions@<version>` and will be updated to point at the paritytech image.
5151

5252
## Install
5353

RUSTC_VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.84.0
1+
1.84.1

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.18.1
1+
0.18.2

0 commit comments

Comments
 (0)