Skip to content

Commit 1556df4

Browse files
authored
Merge pull request #94 from eldruin/update-ci
Update CI + fix link
2 parents 4698c3a + 068f912 commit 1556df4

File tree

4 files changed

+6
-7
lines changed

4 files changed

+6
-7
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ jobs:
3939
run: sudo apt-get update && sudo apt-get install -y libc6-armhf-cross libc6-dev-armhf-cross gcc-arm-linux-gnueabihf
4040

4141
- run: cargo build --target=${{ matrix.TARGET }}
42-
if: ${{ matrix.TARGET == 'armv7-unknown-linux-gnueabihf' }}
4342

4443
# We do not run tests on MSRV because of requirements of the additional dependencies
4544
- run: cargo test --target=${{ matrix.TARGET }}

.github/workflows/clippy.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ jobs:
1010
clippy_check:
1111
runs-on: ubuntu-latest
1212
steps:
13-
- uses: actions/checkout@v3
13+
- uses: actions/checkout@v5
1414
- uses: dtolnay/rust-toolchain@master
1515
with:
16-
toolchain: 1.71.0
16+
toolchain: 1.91.1
1717
components: clippy
18-
- run: cargo clippy
18+
- run: cargo clippy --all-targets

.github/workflows/rustfmt.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ jobs:
1212
name: Rustfmt
1313
runs-on: ubuntu-latest
1414
steps:
15-
- uses: actions/checkout@v3
15+
- uses: actions/checkout@v5
1616
- uses: dtolnay/rust-toolchain@master
1717
with:
18-
toolchain: 1.71.0
18+
toolchain: 1.91.1
1919
components: rustfmt
2020
- run: cargo fmt --all -- --check

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ Versioning](https://semver.org/spec/v2.0.0.html).
4747
The changelog for previous versions was not recorded.
4848

4949
[Unreleased]: https://github.com/rust-embedded/rust-i2cdev/compare/0.6.2...HEAD
50-
[v0.6.1]: https://github.com/rust-embedded/rust-i2cdev/compare/0.6.1...0.6.2
50+
[v0.6.2]: https://github.com/rust-embedded/rust-i2cdev/compare/0.6.1...0.6.2
5151
[v0.6.1]: https://github.com/rust-embedded/rust-i2cdev/compare/0.6.0...0.6.1
5252
[v0.6.0]: https://github.com/rust-embedded/rust-i2cdev/compare/0.5.1...0.6.0
5353
[v0.5.1]: https://github.com/rust-embedded/rust-i2cdev/compare/0.5.0...0.5.1

0 commit comments

Comments
 (0)