Skip to content

Commit

Permalink
chore(ci): fix rust version matrix
Browse files Browse the repository at this point in the history
Signed-off-by: Lachezar Lechev <[email protected]>
  • Loading branch information
elpiel committed Jan 24, 2024
1 parent ae84c82 commit 2a1dc04
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ jobs:
- stable
- beta
- nightly
- 1.65 # MSRV
- 1.75 # `async_fn_in_trait` + `impl_trait_projections` stabilised
- "1.65" # MSRV
- "1.75" # `async_fn_in_trait` + `impl_trait_projections` stabilised

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 2a1dc04

Please sign in to comment.