Skip to content

Commit

Permalink
MSRV back to 1.67
Browse files Browse the repository at this point in the history
  • Loading branch information
CraZySacX committed Feb 8, 2024
1 parent 6304ab9 commit 31ef2fd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
channel: ["1.70.0", "stable", "beta", "nightly"]
channel: ["1.67.0", "stable", "beta", "nightly"]
target: [x86_64-unknown-linux-gnu]
uses: rustyhorde/workflows/.github/workflows/test-all-features.yml@main
with:
Expand All @@ -76,7 +76,7 @@ jobs:
strategy:
matrix:
os: [macos-latest]
channel: ["1.70.0", "stable", "beta", "nightly"]
channel: ["1.67.0", "stable", "beta", "nightly"]
target: [x86_64-apple-darwin]
uses: rustyhorde/workflows/.github/workflows/test-all-features.yml@main
with:
Expand All @@ -91,7 +91,7 @@ jobs:
strategy:
matrix:
os: [windows-latest]
channel: ["1.70.0", "stable", "beta", "nightly"]
channel: ["1.67.0", "stable", "beta", "nightly"]
target: [x86_64-pc-windows-gnu, x86_64-pc-windows-msvc]
uses: rustyhorde/workflows/.github/workflows/test-all-features.yml@main
with:
Expand Down

0 comments on commit 31ef2fd

Please sign in to comment.