Loading .github/workflows/ci.yml +1 −1 Original line number Diff line number Diff line Loading @@ -29,7 +29,7 @@ on: required: false env: rust_version: 1.70.0 rust_version: 1.72.0 rust_toolchain_components: clippy,rustfmt ENCRYPTED_DOCKER_PASSWORD: ${{ secrets.ENCRYPTED_DOCKER_PASSWORD }} DOCKER_LOGIN_TOKEN_PASSPHRASE: ${{ secrets.DOCKER_LOGIN_TOKEN_PASSPHRASE }} Loading .github/workflows/claim-crate-names.yml +1 −1 Original line number Diff line number Diff line Loading @@ -10,7 +10,7 @@ concurrency: cancel-in-progress: true env: rust_version: 1.70.0 rust_version: 1.72.1 name: Claim unpublished crate names on crates.io run-name: ${{ github.workflow }} Loading .github/workflows/github-pages.yml +1 −1 Original line number Diff line number Diff line Loading @@ -8,7 +8,7 @@ on: name: Update GitHub Pages env: rust_version: 1.70.0 rust_version: 1.72.1 # Allow only one doc pages build to run at a time for the entire smithy-rs repo concurrency: Loading .github/workflows/release.yml +1 −1 Original line number Diff line number Diff line Loading @@ -10,7 +10,7 @@ concurrency: cancel-in-progress: true env: rust_version: 1.70.0 rust_version: 1.72.1 name: Release smithy-rs run-name: ${{ inputs.dry_run && 'Dry run' || 'Prod run' }} - ${{ github.workflow }} ${{ inputs.stable_semantic_version }}/${{ inputs.unstable_semantic_version }} (${{ inputs.commit_sha }}) Loading .github/workflows/update-sdk-next.yml +1 −1 Original line number Diff line number Diff line Loading @@ -45,7 +45,7 @@ jobs: - name: Set up Rust uses: dtolnay/rust-toolchain@master with: toolchain: 1.70.0 toolchain: 1.72.1 - name: Delete old SDK run: | - name: Generate a fresh SDK Loading Loading
.github/workflows/ci.yml +1 −1 Original line number Diff line number Diff line Loading @@ -29,7 +29,7 @@ on: required: false env: rust_version: 1.70.0 rust_version: 1.72.0 rust_toolchain_components: clippy,rustfmt ENCRYPTED_DOCKER_PASSWORD: ${{ secrets.ENCRYPTED_DOCKER_PASSWORD }} DOCKER_LOGIN_TOKEN_PASSPHRASE: ${{ secrets.DOCKER_LOGIN_TOKEN_PASSPHRASE }} Loading
.github/workflows/claim-crate-names.yml +1 −1 Original line number Diff line number Diff line Loading @@ -10,7 +10,7 @@ concurrency: cancel-in-progress: true env: rust_version: 1.70.0 rust_version: 1.72.1 name: Claim unpublished crate names on crates.io run-name: ${{ github.workflow }} Loading
.github/workflows/github-pages.yml +1 −1 Original line number Diff line number Diff line Loading @@ -8,7 +8,7 @@ on: name: Update GitHub Pages env: rust_version: 1.70.0 rust_version: 1.72.1 # Allow only one doc pages build to run at a time for the entire smithy-rs repo concurrency: Loading
.github/workflows/release.yml +1 −1 Original line number Diff line number Diff line Loading @@ -10,7 +10,7 @@ concurrency: cancel-in-progress: true env: rust_version: 1.70.0 rust_version: 1.72.1 name: Release smithy-rs run-name: ${{ inputs.dry_run && 'Dry run' || 'Prod run' }} - ${{ github.workflow }} ${{ inputs.stable_semantic_version }}/${{ inputs.unstable_semantic_version }} (${{ inputs.commit_sha }}) Loading
.github/workflows/update-sdk-next.yml +1 −1 Original line number Diff line number Diff line Loading @@ -45,7 +45,7 @@ jobs: - name: Set up Rust uses: dtolnay/rust-toolchain@master with: toolchain: 1.70.0 toolchain: 1.72.1 - name: Delete old SDK run: | - name: Generate a fresh SDK Loading