Skip to content

Commit

Permalink
chore: remove redundant cargo-features
Browse files Browse the repository at this point in the history
  • Loading branch information
indietyp committed Dec 3, 2024
1 parent c64504e commit 03f514f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/actions/prune-repository/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 03f514f

Please sign in to comment.