Skip to content

Commit

Permalink
Downgrade Rust to v1.66.1
Browse files Browse the repository at this point in the history
Signed-off-by: Sascha Grunert <[email protected]>
  • Loading branch information
saschagrunert committed Apr 24, 2024
1 parent 6e58057 commit 48cfa05
Show file tree
Hide file tree
Showing 8 changed files with 108 additions and 146 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
env:
CARGO_TERM_COLOR: always
GO_VERSION: '1.22'
ACTION_MSRV_TOOLCHAIN: 1.75.0
ACTION_MSRV_TOOLCHAIN: 1.66.1
NIX_VERSION: '2.21.0'
jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
env:
CARGO_TERM_COLOR: always
GO_VERSION: '1.22'
ACTION_MSRV_TOOLCHAIN: 1.75.0
ACTION_MSRV_TOOLCHAIN: 1.66.1

jobs:
build:
Expand Down
Loading

0 comments on commit 48cfa05

Please sign in to comment.