Skip to content

Commit f153c86

Browse files
committed
remove action semver checks
1 parent 7881fad commit f153c86

File tree

4 files changed

+10
-9
lines changed

4 files changed

+10
-9
lines changed

.github/workflows/rust.yml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff 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: |

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,4 @@ invert-sdo = []
2727
[dev-dependencies]
2828
test-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"] }

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
![GitHub branch checks state](https://img.shields.io/github/checks-status/crjeder/hx711_spi/release?style=plastic)
66
<!--![Docs](https://img.shields.io/docsrs/hx711_spi?style=plastic)-->
77
<!--![LOC](https://img.shields.io/tokei/lines/github/crjeder/hx711_spi?style=plastic)-->
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)

0 commit comments

Comments
 (0)