Skip to content

Commit

Permalink
try 81
Browse files Browse the repository at this point in the history
  • Loading branch information
waahm7 committed Dec 19, 2024
1 parent 3fec7f4 commit 66268e5
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ env:
# Change to specific Rust release to pin
rust_stable: stable
rust_nightly: nightly-2024-07-07
rust_clippy: '1.79'
rust_clippy: '1.81'
# When updating this, also update relevant docs
rust_min: '1.79'
rust_min: '1.81'


defaults:
Expand Down Expand Up @@ -55,7 +55,7 @@ jobs:
- docs
- minrust
steps:
- run: exit 0
- run: exit 0

test-hll:
name: Test S3 transfer manager HLL
Expand Down Expand Up @@ -133,7 +133,7 @@ jobs:
run: |
cargo doc --lib --no-deps --all-features --document-private-items
env:
RUSTFLAGS: --cfg docsrs
RUSTFLAGS: --cfg docsrs
RUSTDOCFLAGS: --cfg docsrs

minrust:
Expand Down Expand Up @@ -246,7 +246,7 @@ jobs:
- name: Install cargo-hack
uses: taiki-e/install-action@cargo-hack
- uses: Swatinem/rust-cache@v2
- name: check --feature-powerset
- name: check --feature-powerset
run: cargo hack check --all --feature-powerset

# TODO - get cross check working
Expand Down

0 comments on commit 66268e5

Please sign in to comment.