From 03f514fc01fccd90f9e09c7add840df2ca6df830 Mon Sep 17 00:00:00 2001 From: Bilal Mahmoud Date: Tue, 3 Dec 2024 13:23:44 +0100 Subject: [PATCH] chore: remove redundant `cargo-features` --- .github/actions/prune-repository/action.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/actions/prune-repository/action.yml b/.github/actions/prune-repository/action.yml index f68413e1c86..349b69a5b49 100644 --- a/.github/actions/prune-repository/action.yml +++ b/.github/actions/prune-repository/action.yml @@ -41,7 +41,6 @@ runs: if [[ ! -f "out/$DIRECTORY/Cargo.toml" ]]; then mkdir -p "out/$DIRECTORY/src" echo > "out/$DIRECTORY/src/lib.rs" - echo "cargo-features = [\"edition2024\"]" > "out/$DIRECTORY/Cargo.toml" echo "[package]" >> "out/$DIRECTORY/Cargo.toml" echo "name = \"$(yq '.package.name' -p toml -oy $line)\"" >> "out/$DIRECTORY/Cargo.toml" echo "edition.workspace = true" >> "out/$DIRECTORY/Cargo.toml"