Skip to content

Commit 8ba5e16

Browse files
authored
ci: msrv compliant lockfile. test cli with 1.77.2 instead of stable. (#11851)
1 parent b50a1ac commit 8ba5e16

File tree

4 files changed

+13
-22
lines changed

4 files changed

+13
-22
lines changed

.github/workflows/test-android.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ jobs:
3333
steps:
3434
- uses: actions/checkout@v4
3535

36-
- name: install Rust stable
37-
uses: dtolnay/rust-toolchain@stable
36+
- name: install Rust 1.77.2
37+
uses: dtolnay/rust-toolchain@1.77.2
3838

3939
- name: install Linux dependencies
4040
if: matrix.platform == 'ubuntu-latest'

.github/workflows/test-cli-rs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
- uses: actions/checkout@v4
4545

4646
- name: 'Setup Rust'
47-
uses: dtolnay/rust-toolchain@stable
47+
uses: dtolnay/rust-toolchain@1.77.2
4848
with:
4949
targets: ${{ matrix.platform.target }}
5050

.github/workflows/test-core.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -88,15 +88,6 @@ jobs:
8888
sudo apt-get update
8989
sudo apt-get install -y webkit2gtk-4.1 libxdo-dev libayatana-appindicator3-dev
9090
91-
- name: downgrade crates with MSRV conflict
92-
run: |
93-
cargo update -p aws-config --precise 1.5.5
94-
cargo update -p aws-sdk-ssooidc --precise 1.40.0
95-
cargo update -p aws-sdk-s3 --precise 1.46.0
96-
cargo update -p aws-sdk-sts --precise 1.39.0
97-
cargo update -p aws-sdk-sso --precise 1.39.0
98-
cargo update -p bitstream-io --precise 2.3.0
99-
10091
- uses: Swatinem/rust-cache@v2
10192
with:
10293
prefix-key: v2

Cargo.lock

Lines changed: 10 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)