Skip to content

Commit

Permalink
ci: bump MSRV to fix test jobs
Browse files Browse the repository at this point in the history
Signed-off-by: Luca BRUNO <lucab@lucabruno.net>
  • Loading branch information
lucab committed May 3, 2024
1 parent b7e8745 commit 785d6af
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ on:
env:
CARGO_TERM_COLOR: always
# Pinned toolchain for linting and benchmarks
ACTIONS_LINTS_TOOLCHAIN: 1.70.0
ACTIONS_LINTS_TOOLCHAIN: 1.74.0
# Minimum supported Rust version (MSRV)
ACTION_MSRV_TOOLCHAIN: 1.70.0
ACTION_MSRV_TOOLCHAIN: 1.74.0
EXTRA_FEATURES: "protobuf push process"

jobs:
Expand Down

0 comments on commit 785d6af

Please sign in to comment.