Skip to content

Commit

Permalink
ci/release: .cargo/config -> .cargo/config.toml
Browse files Browse the repository at this point in the history
.cargo/config is deprecated in favor of .cargo/config.toml.
  • Loading branch information
abhinav committed Aug 2, 2024
1 parent 952fad5 commit 49b5911
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ jobs:
if: ${{ matrix.os == 'ubuntu-latest' && matrix.linker != '' }}
run: |
mkdir -p .cargo
cat > .cargo/config <<EOF
cat > .cargo/config.toml <<EOF
[target.${{ matrix.target }}]
linker = "${{ matrix.linker }}"
EOF
Expand Down

0 comments on commit 49b5911

Please sign in to comment.