We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 37220e0 commit 02f16d8Copy full SHA for 02f16d8
.github/workflows/CI.yml
@@ -97,6 +97,7 @@ jobs:
97
- name: install Rust nightly
98
uses: dtolnay/rust-toolchain@nightly
99
- 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
101
- name: install cargo-hack
102
uses: taiki-e/install-action@cargo-hack
103
- name: install cargo-minimal-versions
0 commit comments