We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 22f5dba commit e6318b3Copy full SHA for e6318b3
.github/workflows/rust.yml
@@ -88,7 +88,7 @@ jobs:
88
toolchain: stable
89
components: clippy
90
- name: Run clippy
91
- run: cargo clippy --all-features -- -A warnings
+ run: cargo clippy --all-features
92
93
build:
94
needs: setup
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "compare_version"
3
-version = "1.2.5"
+version = "1.2.6"
4
readme = "README.md"
5
edition = "2024"
6
authors = ["root@ltpp.vip"]
0 commit comments