File tree Expand file tree Collapse file tree 4 files changed +10
-9
lines changed
Expand file tree Collapse file tree 4 files changed +10
-9
lines changed Original file line number Diff line number Diff line change @@ -49,11 +49,12 @@ jobs:
4949 run : |
5050 cargo install cargo-binstall
5151# curl -L --proto '=https' --tlsv1.2 -sSf https://raw.githubusercontent.com/cargo-bins/cargo-binstall/main/install-from-binstall-release.sh | bash
52-
53- - name : Check Semver
54- run : |
55- cargo binstall --no-confirm cargo-semver-checks
56- cargo semver-checks
52+
53+ # not for libraries
54+ # - name: Check Semver
55+ # run: |
56+ # cargo binstall --no-confirm cargo-semver-checks
57+ # cargo semver-checks
5758
5859 - name : audit
5960 run : |
Original file line number Diff line number Diff line change @@ -27,4 +27,4 @@ invert-sdo = []
2727[dev-dependencies ]
2828test-case = " 3.3"
2929# for the Raspberry Pi example
30- rppal = { version = " 0.17 .1" , features = [" hal" ] }
30+ rppal = { version = " 0.22 .1" , features = [" hal" ] }
Original file line number Diff line number Diff line change 55![ GitHub branch checks state] ( https://img.shields.io/github/checks-status/crjeder/hx711_spi/release?style=plastic )
66<!-- -->
77<!-- -->
8- ![ Maintained] ( https://img.shields.io/maintenance/yes/2024 ?style=plastic )
8+ ![ Maintained] ( https://img.shields.io/maintenance/yes/2025 ?style=plastic )
99[ ![ dependency status] ( https://deps.rs/repo/github/crjeder/hx711_spi/status.svg )] ( https://deps.rs/repo/github/crjeder/hx711_spi )
1010![ GitHub Repo stars] ( https://img.shields.io/github/stars/crjeder/hx711_spi?style=plastic )
1111![ Crates.io] ( https://img.shields.io/crates/d/hx711_spi?style=plastic )
You can’t perform that action at this time.
0 commit comments