Skip to content

Commit 680eb45

Browse files
committed
ci: bump up version to 1.58
1 parent 6b71e69 commit 680eb45

17 files changed

+26
-26
lines changed

.github/workflows/build-rust-aarch64-apple-darwin-dispatch.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,16 +40,16 @@ jobs:
4040
- os: macos-m1-self-hosted
4141
ARCH: ''
4242
TARGET: win-x64
43-
ASSET_PATH: 'build/dist/rust-1.57.0-dev-aarch64-apple-darwin.tar.xz'
44-
ASSET_NAME: 'rust-1.57.0.2-aarch64-apple-darwin.tar.xz'
43+
ASSET_PATH: 'build/dist/rust-1.58.0-dev-aarch64-apple-darwin.tar.xz'
44+
ASSET_NAME: 'rust-1.58.0.0-aarch64-apple-darwin.tar.xz'
4545
ASSET_CONTENT_TYPE: 'application/x-tar'
4646
LLVM_ROOT_OPTION: ''
4747
steps:
4848
- name: Checkout repository
4949
uses: actions/checkout@v2
5050
with:
5151
repository: esp-rs/rust
52-
ref: esp-1.57.0.2
52+
ref: esp-1.58.0.0
5353
submodules: true
5454
- name: Set up Python
5555
if: ${{ matrix.os == 'macos-latest' || matrix.os == 'ubuntu-latest' || matrix.os == 'ubuntu-18.04' || matrix.os == 'windows-latest' }}

.github/workflows/build-rust-src-dispatch.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@ on:
1010
release_version:
1111
description: 'Release Version for generation'
1212
required: true
13-
default: '1.57.0.0'
13+
default: '1.58.0.0'
1414
rust_version:
1515
description: 'Version of esp rust to use'
1616
required: true
17-
default: '1.57.0'
17+
default: '1.58.0'
1818

1919

2020
jobs:

.github/workflows/build-rust-x86_64-apple-darwin-dispatch.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@ on:
1010
release_version:
1111
description: 'Release Version for generation'
1212
required: true
13-
default: '1.57.0.2'
13+
default: '1.58.0.0'
1414
rust_version:
1515
description: 'Version of esp rust to use'
1616
required: true
17-
default: '1.57.0'
17+
default: '1.58.0'
1818

1919

2020
# We Break this down into individual jobs to avoid disk space issues

.github/workflows/build-rust-x86_64-pc-windows-msvc-dispatch.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@ on:
1010
release_version:
1111
description: 'Release Version for generation'
1212
required: true
13-
default: '1.57.0.2'
13+
default: '1.58.0.0'
1414
rust_version:
1515
description: 'Version of esp rust to use'
1616
required: true
17-
default: '1.57.0'
17+
default: '1.58.0'
1818

1919

2020
# We Break this down into individual jobs to avoid disk space issues

.github/workflows/build-rust-x86_64-unknown-linux-gnu-dispatch.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@ on:
1010
release_version:
1111
description: 'Release Version for generation'
1212
required: true
13-
default: '1.57.0.2'
13+
default: '1.58.0.0'
1414
rust_version:
1515
description: 'Version of esp rust to use'
1616
required: true
17-
default: '1.57.0'
17+
default: '1.58.0'
1818

1919
# We Break this down into individual jobs to avoid disk space issues
2020
jobs:

.github/workflows/release-installer-dispatch.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@ on:
1010
release_version:
1111
description: 'Release Version for generation'
1212
required: true
13-
default: '1.57.0.2'
13+
default: '1.58.0.0'
1414
rust_version:
1515
description: 'Version of esp rust to use'
1616
required: true
17-
default: '1.57.0'
17+
default: '1.58.0'
1818

1919

2020
# We Break this down into individual jobs to avoid disk space issues

.github/workflows/test-rust-aarch64-apple-darwin-dispatch.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010
toolchain_version:
1111
description: 'Version of Rust IDF toolchain'
1212
required: true
13-
default: '1.57.0.2'
13+
default: '1.58.0.0'
1414
target:
1515
description: 'Target to build (e.g. xtensa-esp32-espidf)'
1616
required: true

.github/workflows/test-rust-x86_64-apple-darwin-dispatch.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010
toolchain_version:
1111
description: 'Version of Rust IDF toolchain'
1212
required: true
13-
default: '1.57.0.2'
13+
default: '1.58.0.0'
1414

1515
jobs:
1616
build-idf-rust-examples:

.github/workflows/test-rust-x86_64-pc-windows-msvc-dispatch.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010
toolchain_version:
1111
description: 'Version of Rust IDF toolchain'
1212
required: true
13-
default: '1.57.0.2'
13+
default: '1.58.0.0'
1414

1515
jobs:
1616
build-idf-rust-examples:

.github/workflows/test-rust-x86_64-pc-windows-msvc-self-hosted-dispatch.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
ARCH: ''
2121
TARGET: win-x64
2222
ASSET_PATH: 'build/dist/esp.zip'
23-
ASSET_NAME: 'rust-1.57.0.2-x86_64-pc-windows-msvc.zip'
23+
ASSET_NAME: 'rust-1.58.0.0-x86_64-pc-windows-msvc.zip'
2424
ASSET_CONTENT_TYPE: 'application/zip'
2525
LLVM_ROOT_OPTION: '--llvm-root=C:/llvm-project'
2626
steps:

.github/workflows/test-rust-x86_64-unknown-linux-gnu-dispatch.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010
toolchain_version:
1111
description: 'Version of Rust IDF toolchain'
1212
required: true
13-
default: '1.57.0.2'
13+
default: '1.58.0.0'
1414

1515
jobs:
1616
build-idf-rust-examples:

Install-RustToolchain.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ param (
44
[String]
55
$ExportFile = '',
66
[String]
7-
$ToolchainVersion = '1.57.0.2',
7+
$ToolchainVersion = '1.58.0.0',
88
[String]
99
$ToolchainDestination = "${HOME}/.rustup/toolchains/esp",
1010
[String]

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ Export variables displayed at the end of the script.
3838
Installation of different version of toolchain:
3939

4040
```
41-
./install-rust-toolchain.sh --toolchain-version 1.57.0.0 --export-file export-esp-rust.sh
41+
./install-rust-toolchain.sh --toolchain-version 1.58.0.0 --export-file export-esp-rust.sh
4242
source ./export-esp-rust.sh
4343
```
4444

@@ -100,7 +100,7 @@ Export variables displayed at the end of the output from the script.
100100
Installation of different version of toolchain:
101101

102102
```
103-
./Install-RustToolchain.sh --toolchain-version 1.57.0.0 --export-file Export-EspRust.ps1
103+
./Install-RustToolchain.sh --toolchain-version 1.58.0.0 --export-file Export-EspRust.ps1
104104
source ./Export-EspRust.ps1
105105
```
106106

Test-RustToolchain.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
param (
33
[Parameter()]
44
[String]
5-
$ToolchainVersion = '1.57.0.2',
5+
$ToolchainVersion = '1.58.0.0',
66
[String]
77
[ValidateSet("xtensa-esp32-espidf", "xtensa-esp32s2-espidf", "xtensa-esp32s3-espidf", "riscv32imc-esp-espidf")]
88
$Target = "xtensa-esp32-espidf",

install-rust-toolchain.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22

33
# Default values
4-
TOOLCHAIN_VERSION="1.57.0.2"
4+
TOOLCHAIN_VERSION="1.58.0.0"
55
if [ -z "${RUSTUP_HOME}" ]; then
66
RUSTUP_HOME="${HOME}/.rustup"
77
fi
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22

3-
for I in *1.57.0-dev*; do
4-
NEW_NAME=`echo $I | sed -e 's/1.57.0-dev/1.57.0.2/g'`
3+
for I in *1.58.0-dev*; do
4+
NEW_NAME=`echo $I | sed -e 's/1.58.0-dev/1.58.0.0/g'`
55
mv $I $NEW_NAME
66
done
77

test-rust-toolchain.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
set -e
44

55
# Default values
6-
TOOLCHAIN_VERSION="1.57.0.2"
6+
TOOLCHAIN_VERSION="1.58.0.0"
77
if [ -z "${RUSTUP_HOME}" ]; then
88
RUSTUP_HOME="${HOME}/.rustup"
99
fi

0 commit comments

Comments
 (0)