Skip to content

Commit

Permalink
Merge pull request #2142 from saschagrunert/toolchain-1.66.1
Browse files Browse the repository at this point in the history
Downgrade Rust to v1.66.1
  • Loading branch information
saschagrunert authored Apr 24, 2024
2 parents d7021f1 + 48cfa05 commit 0beabe6
Show file tree
Hide file tree
Showing 8 changed files with 106 additions and 144 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 0beabe6

Please sign in to comment.