Skip to content

Commit

Permalink
Bump MSRV to 1.65 to fix CI. (#505)
Browse files Browse the repository at this point in the history
Signed-off-by: Bruce Mitchener <bruce.mitchener@gmail.com>
  • Loading branch information
waywardmonkeys committed Nov 20, 2023
1 parent 7a9adca commit a72d8d7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rust.yml
Expand Up @@ -9,9 +9,9 @@ on:
env:
CARGO_TERM_COLOR: always
# Pinned toolchain for linting and benchmarks
ACTIONS_LINTS_TOOLCHAIN: 1.63.0
ACTIONS_LINTS_TOOLCHAIN: 1.65.0
# Minimum supported Rust version (MSRV)
ACTION_MSRV_TOOLCHAIN: 1.60.0
ACTION_MSRV_TOOLCHAIN: 1.65.0
EXTRA_FEATURES: "protobuf push process"

jobs:
Expand Down

0 comments on commit a72d8d7

Please sign in to comment.