From c5601253976ae6fac9970618b40d6c3f2c8977f9 Mon Sep 17 00:00:00 2001 From: rob Date: Wed, 5 Nov 2025 08:50:55 +0100 Subject: [PATCH] chore: bump versions of rust 1.90.0 -> 1.91.0 --- .github/workflows/build-aarch64-apple-darwin.yaml | 6 +++--- .github/workflows/build-aarch64-unknown-linux-gnu.yaml | 6 +++--- .github/workflows/build-rust-src.yaml | 6 +++--- .github/workflows/build-x86_64-pc-windows-msvc.yaml | 6 +++--- .github/workflows/build-x86_64-unknown-linux-gnu.yaml | 6 +++--- .github/workflows/prepare-release.yaml | 2 +- .github/workflows/publish-idf-rust-tags.yml | 2 +- support/rust-build/Repackage-RustRelease.ps1 | 2 +- 8 files changed, 18 insertions(+), 18 deletions(-) diff --git a/.github/workflows/build-aarch64-apple-darwin.yaml b/.github/workflows/build-aarch64-apple-darwin.yaml index 731bd10..34c90b6 100644 --- a/.github/workflows/build-aarch64-apple-darwin.yaml +++ b/.github/workflows/build-aarch64-apple-darwin.yaml @@ -6,11 +6,11 @@ on: release_version: description: "Xtensa Rust release version to build" required: true - default: '1.90.0.0' + default: '1.91.0.0' release_tag: - description: "Release tag where artifacts will be stored (e.g. v1.90.0.0, untagged-00000)" + description: "Release tag where artifacts will be stored (e.g. v1.91.0.0, untagged-00000)" required: true - default: "v1.90.0.0" + default: "v1.91.0.0" jobs: get_release: diff --git a/.github/workflows/build-aarch64-unknown-linux-gnu.yaml b/.github/workflows/build-aarch64-unknown-linux-gnu.yaml index a171bdd..20a9300 100644 --- a/.github/workflows/build-aarch64-unknown-linux-gnu.yaml +++ b/.github/workflows/build-aarch64-unknown-linux-gnu.yaml @@ -6,11 +6,11 @@ on: release_version: description: "Xtensa Rust release version to build" required: true - default: '1.90.0.0' + default: '1.91.0.0' release_tag: - description: "Release tag where artifacts will be stored (e.g. v1.90.0.0, untagged-00000)" + description: "Release tag where artifacts will be stored (e.g. v1.91.0.0, untagged-00000)" required: true - default: "v1.90.0.0" + default: "v1.91.0.0" jobs: get_release: diff --git a/.github/workflows/build-rust-src.yaml b/.github/workflows/build-rust-src.yaml index bf199b7..af7e637 100644 --- a/.github/workflows/build-rust-src.yaml +++ b/.github/workflows/build-rust-src.yaml @@ -6,11 +6,11 @@ on: release_version: description: "Xtensa Rust release version to build" required: true - default: '1.90.0.0' + default: '1.91.0.0' release_tag: - description: "Release tag where artifacts will be stored (e.g. v1.90.0.0, untagged-00000)" + description: "Release tag where artifacts will be stored (e.g. v1.91.0.0, untagged-00000)" required: true - default: "v1.90.0.0" + default: "v1.91.0.0" jobs: get_release: diff --git a/.github/workflows/build-x86_64-pc-windows-msvc.yaml b/.github/workflows/build-x86_64-pc-windows-msvc.yaml index 7f56d86..abd452b 100644 --- a/.github/workflows/build-x86_64-pc-windows-msvc.yaml +++ b/.github/workflows/build-x86_64-pc-windows-msvc.yaml @@ -6,11 +6,11 @@ on: release_version: description: "Xtensa Rust release version to build" required: true - default: '1.90.0.0' + default: '1.91.0.0' release_tag: - description: "Release tag where artifacts will be stored (e.g. v1.90.0.0, untagged-00000)" + description: "Release tag where artifacts will be stored (e.g. v1.91.0.0, untagged-00000)" required: true - default: "v1.90.0.0" + default: "v1.91.0.0" jobs: get_release: diff --git a/.github/workflows/build-x86_64-unknown-linux-gnu.yaml b/.github/workflows/build-x86_64-unknown-linux-gnu.yaml index fcd7996..880fe9b 100644 --- a/.github/workflows/build-x86_64-unknown-linux-gnu.yaml +++ b/.github/workflows/build-x86_64-unknown-linux-gnu.yaml @@ -5,11 +5,11 @@ on: release_version: description: "Xtensa Rust release version to build" required: true - default: "1.90.0.0" + default: "1.91.0.0" release_tag: - description: "Release tag where artifacts will be stored (e.g. v1.90.0.0, untagged-00000)" + description: "Release tag where artifacts will be stored (e.g. v1.91.0.0, untagged-00000)" required: true - default: "v1.90.0.0" + default: "v1.91.0.0" jobs: get_release: diff --git a/.github/workflows/prepare-release.yaml b/.github/workflows/prepare-release.yaml index c4fd3cf..aa32007 100644 --- a/.github/workflows/prepare-release.yaml +++ b/.github/workflows/prepare-release.yaml @@ -6,7 +6,7 @@ on: next_release: description: "Next Xtensa Rust release version" required: true - default: "v1.90.0.0" + default: "v1.91.0.0" env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/publish-idf-rust-tags.yml b/.github/workflows/publish-idf-rust-tags.yml index a6bbc76..6888126 100644 --- a/.github/workflows/publish-idf-rust-tags.yml +++ b/.github/workflows/publish-idf-rust-tags.yml @@ -6,7 +6,7 @@ on: toolchain-version: description: "Version of Rust toolchain" required: true - default: "1.90.0.0" + default: "1.91.0.0" publish: description: "Publish the tags to Dockehub?" required: true diff --git a/support/rust-build/Repackage-RustRelease.ps1 b/support/rust-build/Repackage-RustRelease.ps1 index 062adbb..2d1f48c 100644 --- a/support/rust-build/Repackage-RustRelease.ps1 +++ b/support/rust-build/Repackage-RustRelease.ps1 @@ -11,7 +11,7 @@ param ( $ErrorActionPreference = "Stop" $RustVersion="nightly" -$ReleaseVersion="1.90.0.0" +$ReleaseVersion="1.91.0.0" if (Test-Path -Path esp -PathType Container) { Remove-Item -Recurse -Force -Path esp