Unverified Commit 181b48bd authored by AWS SDK Rust Bot's avatar AWS SDK Rust Bot Committed by GitHub
Browse files

Bumping MSRV to 1.76.0 (#3653)

parents f0ddc666 ea7652fe
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -38,7 +38,7 @@ on:
        required: false

env:
  rust_version: 1.75.0
  rust_version: 1.76.0
  rust_toolchain_components: clippy,rustfmt
  ENCRYPTED_DOCKER_PASSWORD: ${{ secrets.ENCRYPTED_DOCKER_PASSWORD }}
  DOCKER_LOGIN_TOKEN_PASSPHRASE: ${{ secrets.DOCKER_LOGIN_TOKEN_PASSPHRASE }}
+1 −1
Original line number Diff line number Diff line
@@ -10,7 +10,7 @@ concurrency:
  cancel-in-progress: true

env:
  rust_version: 1.75.0
  rust_version: 1.76.0

name: Claim unpublished crate names on crates.io
run-name: ${{ github.workflow }}
+1 −1
Original line number Diff line number Diff line
@@ -8,7 +8,7 @@ on:
name: Update GitHub Pages

env:
  rust_version: 1.75.0
  rust_version: 1.76.0

# Allow only one doc pages build to run at a time for the entire smithy-rs repo
concurrency:
+1 −1
Original line number Diff line number Diff line
@@ -10,7 +10,7 @@ concurrency:
  cancel-in-progress: true

env:
  rust_version: 1.75.0
  rust_version: 1.76.0

name: Release smithy-rs
on:
+1 −1
Original line number Diff line number Diff line
@@ -45,7 +45,7 @@ jobs:
    - name: Set up Rust
      uses: dtolnay/rust-toolchain@master
      with:
        toolchain: 1.75.0
        toolchain: 1.76.0
    - name: Delete old SDK
      run: |
    - name: Generate a fresh SDK
Loading