File tree Expand file tree Collapse file tree 4 files changed +6
-7
lines changed Expand file tree Collapse file tree 4 files changed +6
-7
lines changed Original file line number Diff line number Diff line change 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 }}
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ Versioning](https://semver.org/spec/v2.0.0.html).
4747The 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
You can’t perform that action at this time.
0 commit comments