Skip to content

Commit

Permalink
Ignore embedded-io version in cargo-outdated job
Browse files Browse the repository at this point in the history
The way that `postcard` depends on 2 different versions of `embedded-io`
(as of jamesmunns/postcard#123) apparently fools `cargo outdated`.

    Name                   Project  Compat  Latest  Kind    Platform
    ----                   -------  ------  ------  ----    --------
    postcard->embedded-io  0.4.0    ---     0.6.1   Normal  ---
    postcard->embedded-io  0.6.1    0.4.0   ---     Normal  ---
  • Loading branch information
dtolnay committed Aug 25, 2024
1 parent eb6b628 commit e4af6fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,4 +75,4 @@ jobs:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
- uses: dtolnay/install@cargo-outdated
- run: cargo outdated --workspace --exit-code 1
- run: cargo outdated --workspace --ignore embedded-io --exit-code 1

0 comments on commit e4af6fe

Please sign in to comment.