Skip to content

Commit

Permalink
Work around upstream minimal versions issue
Browse files Browse the repository at this point in the history
  • Loading branch information
djc committed Dec 10, 2024
1 parent 3774e0a commit eca2ebd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ jobs:
uses: dtolnay/rust-toolchain@master
with:
toolchain: ${{ matrix.toolchain }}
- run: cargo update -p thiserror@1 --precise 1.0.31 # https://github.com/open-telemetry/opentelemetry-rust/pull/2406
- name: install cargo-hack
uses: taiki-e/install-action@cargo-hack
- name: install cargo-minimal-versions
Expand Down

0 comments on commit eca2ebd

Please sign in to comment.