Skip to content

Commit c72c4a8

Browse files
authored
Fix CI (#266)
1 parent 1bf19cf commit c72c4a8

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,8 @@ jobs:
9898
- name: Pin deps that break MSRV
9999
if: matrix.rust_version == '1.71.0'
100100
run: |
101+
cargo update -p dpi --precise 0.1.1
102+
cargo update -p zune-jpeg --precise 0.4.14
101103
cargo update -p half --precise 2.4.1
102104
cargo update -p bumpalo --precise 3.14.0
103105

src/error.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -204,6 +204,7 @@ impl<T> SwResultExt<T> for Option<T> {
204204
///
205205
/// This prevents `x11-dl` and `x11rb` from becoming public dependencies, since users cannot downcast
206206
/// to this type.
207+
#[allow(dead_code)]
207208
struct LibraryError<E>(E);
208209

209210
impl<E: fmt::Debug> fmt::Debug for LibraryError<E> {

0 commit comments

Comments
 (0)