Skip to content

Commit b12247c

Browse files
committed
feat: v1.1.28
1 parent a21951e commit b12247c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/rust.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ jobs:
8888
toolchain: stable
8989
components: clippy
9090
- name: Run clippy
91-
run: cargo clippy --all-features -- -A warnings
91+
run: cargo clippy --all-features
9292

9393
build:
9494
needs: setup

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "bin-encode-decode"
3-
version = "1.1.27"
3+
version = "1.1.28"
44
readme = "README.md"
55
edition = "2024"
66
authors = ["root@ltpp.vip"]

0 commit comments

Comments
 (0)