We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a21951e commit b12247cCopy full SHA for b12247c
.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 = "bin-encode-decode"
3
-version = "1.1.27"
+version = "1.1.28"
4
readme = "README.md"
5
edition = "2024"
6
authors = ["root@ltpp.vip"]
0 commit comments