diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index d945bec..937c895 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -31,4 +31,3 @@ jobs: with: name: Binary path: ${{ steps.compile.outputs.BUILT_ARCHIVE }} - diff --git a/.gitignore b/.gitignore index 40d9aca..d81f12e 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,2 @@ /target -/.idea \ No newline at end of file +/.idea diff --git a/Cargo.toml b/Cargo.toml index e900da1..7c97bf6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,4 +13,3 @@ strip = true # Automatically strip symbols from the binary. opt-level = "z" # Optimize for size. lto = true codegen-units = 1 -