Skip to content

Commit c4b855b

Browse files
committed
ci: Update clippy to version 1.87
1 parent 96f4668 commit c4b855b

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ permissions:
1212

1313
env:
1414
PROTOC_VERSION: '3.25.3'
15-
clippy_rust_version: '1.85'
15+
clippy_rust_version: '1.87'
1616

1717
jobs:
1818
# Depends on all actions that are required for a "successful" CI run.

prost-build/Cargo.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,3 +36,7 @@ pulldown-cmark-to-cmark = { version = "21", optional = true }
3636

3737
[dev-dependencies]
3838
env_logger = { version = "0.11", default-features = false }
39+
40+
[lints.clippy]
41+
# This lint has MSRV 1.86
42+
io_other_error = "allow"

0 commit comments

Comments
 (0)