Skip to content

Commit fd84e95

Browse files
committed
Work around upstream minimal versions issue
1 parent 3774e0a commit fd84e95

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
@@ -98,6 +98,7 @@ jobs:
9898
uses: dtolnay/rust-toolchain@master
9999
with:
100100
toolchain: ${{ matrix.toolchain }}
101+
- run: cargo update -p thiserror --precise 1.0.31 # https://github.com/open-telemetry/opentelemetry-rust/pull/2406
101102
- name: install cargo-hack
102103
uses: taiki-e/install-action@cargo-hack
103104
- name: install cargo-minimal-versions

0 commit comments

Comments
 (0)