Skip to content

Commit

Permalink
Correct copy-pasting of linker settings
Browse files Browse the repository at this point in the history
  • Loading branch information
AustinWise committed Apr 6, 2024
1 parent e791dba commit bb7a18c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ jobs:
shell: bash
if: matrix.os == 'windows'
run: |
echo "RUSTFLAGS=-C target-feature=+crt-static -C target-feature=+crt-static" >> $GITHUB_ENV
echo "RUSTFLAGS=-C target-feature=+crt-static -C link-arg=/DEPENDENTLOADFLAG:0x800" >> $GITHUB_ENV
- name: Checkout repository
uses: actions/checkout@v4
Expand Down
5 changes: 1 addition & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
WIP
=====

0.4.8 (2024-04-06)
0.4.9 (2024-04-06)
=====

Use `/DEPENDENTLOADFLAG` to mitigate hypothetical DLL injection attacks on Windows.
Expand Down

0 comments on commit bb7a18c

Please sign in to comment.