Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: Byron/trash-rs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 33d46f243fbceabe85d9b20429297408eb95a10c
Choose a base ref
..
head repository: Byron/trash-rs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: c335921532fd4ec53c9dea5556d78b04e16b144f
Choose a head ref
Showing with 0 additions and 1 deletion.
  1. +0 −1 .github/workflows/rust.yml
1 change: 0 additions & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
@@ -46,7 +46,6 @@ jobs:
cargo install cross
echo "CARGO=cross" >> $GITHUB_ENV
echo "TARGET_FLAGS=--target ${{ matrix.target }}" >> $GITHUB_ENV
echo "TARGET_DIR=./target/${{ matrix.target }}" >> $GITHUB_ENV
- name: Show command used for Cargo
run: |