Skip to content

Commit

Permalink
Merge pull request #725 from Cyfrin/dev
Browse files Browse the repository at this point in the history
v0.3.0 Staging
  • Loading branch information
alexroan authored Sep 22, 2024
2 parents 74fb799 + 8fb8547 commit 78fe9fb
Show file tree
Hide file tree
Showing 69 changed files with 4,950 additions and 777 deletions.
5 changes: 5 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
[attr]generated linguist-generated=true diff=generated

Cargo.lock generated
reports/*.* generated

4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:
echo "COMPRESSED_BINARY=compressed/${{ env.BIN_RELEASE_VERSIONED }}.tar.gz" >> $GITHUB_ENV
- name: Upload Artifact
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: ${{ env.BIN_RELEASE_VERSIONED }}.tar.gz
path: ${{ env.COMPRESSED_BINARY }}
Expand All @@ -93,7 +93,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Download All Artifacts
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4
with:
path: artifacts/

Expand Down
191 changes: 181 additions & 10 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 4 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,7 @@ exclude = [

[profile.release]
codegen-units = 1
lto = true
lto = true

[profile.dev.package."*"]
opt-level = 3
Loading

0 comments on commit 78fe9fb

Please sign in to comment.