Skip to content

Commit b0b6c93

Browse files
authored
ci: Update cargo clippy to 1.91 (#1435)
1 parent 32cfffb commit b0b6c93

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

.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.89"
15+
clippy_rust_version: "1.91"
1616

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

prost-types/Cargo.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,7 @@ proptest = "1"
2929
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(kani)'] }
3030

3131
[lints.clippy]
32+
# This lint has MSRV 1.87
33+
manual_is_multiple_of = "allow"
3234
# This lint has MSRV 1.88
3335
collapsible_if = "allow"

0 commit comments

Comments
 (0)