Skip to content

Commit 02f16d8

Browse files
committed
Work around upstream minimal versions issue
1 parent 37220e0 commit 02f16d8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/CI.yml

+1
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,7 @@ jobs:
9797
- name: install Rust nightly
9898
uses: dtolnay/rust-toolchain@nightly
9999
- uses: dtolnay/rust-toolchain@stable
100+
- run: cargo update -p thiserror@1 --precise 1.0.31 # https://github.com/open-telemetry/opentelemetry-rust/pull/2406
100101
- name: install cargo-hack
101102
uses: taiki-e/install-action@cargo-hack
102103
- name: install cargo-minimal-versions

0 commit comments

Comments
 (0)