Skip to content

Commit b195cf7

Browse files
committed
Checking if powerpc fails on 1.91.0
1 parent f0e19e1 commit b195cf7

45 files changed

Lines changed: 61 additions & 66 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ breaking: true
66
new_feature: false
77
bug_fix: false
88
---
9-
Upgrade MSRV to Rust 1.90.0.
9+
Upgrade MSRV to Rust 1.91.0.

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ on:
3333
required: false
3434

3535
env:
36-
rust_version: 1.90.0
36+
rust_version: 1.91.0
3737
rust_toolchain_components: clippy,rustfmt
3838
ENCRYPTED_DOCKER_PASSWORD: ${{ secrets.ENCRYPTED_DOCKER_PASSWORD }}
3939
DOCKER_LOGIN_TOKEN_PASSPHRASE: ${{ secrets.DOCKER_LOGIN_TOKEN_PASSPHRASE }}

.github/workflows/claim-crate-names.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ concurrency:
1010
cancel-in-progress: true
1111

1212
env:
13-
rust_version: 1.90.0
13+
rust_version: 1.91.0
1414

1515
name: Claim unpublished crate names on crates.io
1616
run-name: ${{ github.workflow }}

.github/workflows/github-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
name: Update GitHub Pages
99

1010
env:
11-
rust_version: 1.90.0
11+
rust_version: 1.91.0
1212

1313
# Allow only one doc pages build to run at a time for the entire smithy-rs repo
1414
concurrency:

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ concurrency:
1010
cancel-in-progress: true
1111

1212
env:
13-
rust_version: 1.90.0
13+
rust_version: 1.91.0
1414

1515
name: Release smithy-rs
1616
on:

.github/workflows/update-sdk-next.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
- name: Set up Rust
4747
uses: dtolnay/rust-toolchain@master
4848
with:
49-
toolchain: 1.90.0
49+
toolchain: 1.91.0
5050
- name: Delete old SDK
5151
run: |
5252
- name: Generate a fresh SDK

aws/rust-runtime/aws-config/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ edition = "2021"
1010
exclude = ["test-data/*", "integration-tests/*"]
1111
license = "Apache-2.0"
1212
repository = "https://github.com/smithy-lang/smithy-rs"
13-
rust-version = "1.90"
13+
rust-version = "1.91"
1414

1515
[features]
1616
behavior-version-latest = []

aws/rust-runtime/aws-credential-types/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ description = "Types for AWS SDK credentials."
66
edition = "2021"
77
license = "Apache-2.0"
88
repository = "https://github.com/smithy-lang/smithy-rs"
9-
rust-version = "1.90"
9+
rust-version = "1.91"
1010

1111
[features]
1212
hardcoded-credentials = []

aws/rust-runtime/aws-inlineable/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ edition = "2021"
1010
license = "Apache-2.0"
1111
publish = false
1212
repository = "https://github.com/smithy-lang/smithy-rs"
13-
rust-version = "1.90"
13+
rust-version = "1.91"
1414

1515
[features]
1616
http-1x = ["aws-smithy-runtime-api/http-1x"]

aws/rust-runtime/aws-runtime-api/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ description = "Runtime support code for the AWS SDK. This isn't intended to be u
66
edition = "2021"
77
license = "Apache-2.0"
88
repository = "https://github.com/smithy-lang/smithy-rs"
9-
rust-version = "1.90"
9+
rust-version = "1.91"
1010

1111
[dependencies]
1212

0 commit comments

Comments
 (0)