Skip to content

Commit

Permalink
chore: unset cargo feature edition2024 (#134)
Browse files Browse the repository at this point in the history
Signed-off-by: Nico Wagner <[email protected]>
  • Loading branch information
nwagner84 authored Mar 3, 2025
1 parent edaf352 commit 30ecb77
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 11 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,15 +96,14 @@ jobs:
- run: make clippy

outdated:
if: false
continue-on-error: ${{ github.ref != 'refs/heads/main' }}
runs-on: ubuntu-latest
needs: check
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
- uses: dtolnay/install@cargo-outdated
- uses: dtolnay/rust-toolchain@nightly
- uses: Swatinem/rust-cache@v2
- run: cargo install --git https://github.com/kbknapp/cargo-outdated.git --branch master
- run: cargo update
- run: cargo outdated --workspace --root-deps-only --exit-code 1

Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/daily.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
- uses: dtolnay/install@cargo-outdated
- uses: dtolnay/rust-toolchain@nightly
- uses: Swatinem/rust-cache@v2
- run: cargo install --git https://github.com/kbknapp/cargo-outdated.git --branch master
- run: cargo update
- run: cargo outdated --workspace --root-deps-only --exit-code 1
2 changes: 0 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
cargo-features = ["edition2024"]

[workspace]
resolver = "2"
default-members = ["crates/dataset"]
Expand Down
2 changes: 0 additions & 2 deletions crates/dataset/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
cargo-features = ["edition2024"]

[package]
name = "dataset"
version = "0.1.0"
Expand Down
2 changes: 0 additions & 2 deletions crates/datashed/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
cargo-features = ["edition2024"]

[package]
name = "datashed"
version = "0.1.0"
Expand Down

0 comments on commit 30ecb77

Please sign in to comment.