We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3774e0a commit fd84e95Copy full SHA for fd84e95
.github/workflows/CI.yml
@@ -98,6 +98,7 @@ jobs:
98
uses: dtolnay/rust-toolchain@master
99
with:
100
toolchain: ${{ matrix.toolchain }}
101
+ - run: cargo update -p thiserror --precise 1.0.31 # https://github.com/open-telemetry/opentelemetry-rust/pull/2406
102
- name: install cargo-hack
103
uses: taiki-e/install-action@cargo-hack
104
- name: install cargo-minimal-versions
0 commit comments