Unverified Commit 1a65a44e authored by John DiSanti's avatar John DiSanti Committed by GitHub
Browse files

Upgrade MSRV to Rust 1.67.1 (#2611)

_By submitting this pull request, I confirm that you can use, modify,
copy, and redistribute this contribution, under the terms of your
choice._
parent 3d8c52a6
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -111,6 +111,9 @@ jobs:
  semver-checks:
    name: check the semver status of this PR
    runs-on: smithy_ubuntu-latest_8-core
    needs:
    - save-docker-login-token
    - acquire-base-image
    steps:
    - uses: actions/checkout@v3
      with:
+1 −1
Original line number Diff line number Diff line
@@ -29,7 +29,7 @@ on:
        required: false

env:
  rust_version: 1.66.1
  rust_version: 1.67.1
  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.66.1
  rust_version: 1.67.1

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

env:
  java_version: 11
  rust_version: 1.66.1
  rust_version: 1.67.1
  rust_toolchain_components: clippy,rustfmt
  apt_dependencies: libssl-dev gnuplot jq

+1 −1
Original line number Diff line number Diff line
@@ -10,7 +10,7 @@ concurrency:
  cancel-in-progress: true

env:
  rust_version: 1.66.1
  rust_version: 1.67.1

name: Release smithy-rs
run-name: ${{ github.workflow }} ${{ inputs.semantic_version }} (${{ inputs.commit_sha }}) - ${{ inputs.dry_run && 'Dry run' || 'Production run' }}
Loading