Skip to content

Commit

Permalink
Unstable feature is no longer needed
Browse files Browse the repository at this point in the history
Reenable stable toolchains in CI
  • Loading branch information
AMDmi3 committed Mar 8, 2024
1 parent 948b3c4 commit e0fcab6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,8 @@ jobs:
strategy:
matrix:
include:
#- { rust: "1.73", required: false }
#- { rust: "1.74", required: false }
#- { rust: stable, required: false }
- { rust: "1.74", required: true }
- { rust: stable, required: true }
- { rust: nightly, required: true }
steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 0 additions & 2 deletions src/main.rs
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
// SPDX-FileCopyrightText: Copyright 2024 Dmitry Marakasov <[email protected]>
// SPDX-License-Identifier: GPL-3.0-or-later

#![feature(let_chains)]

mod applier;
mod config;
mod dumper;
Expand Down

0 comments on commit e0fcab6

Please sign in to comment.