Updated .gitignore, Cargo.toml and release.yaml files

This commit adds newline at the end of the .gitignore and release.yaml files to adhere to posix standard while removing unnecessary whitespace in Cargo.toml file. Changes are made for better code health and adhering to standards.
This commit is contained in:
Ian Wijma 2023-11-21 00:57:18 +11:00
parent 99947dbefd
commit 66ab232c9d
3 changed files with 1 additions and 3 deletions

View File

@ -31,4 +31,3 @@ jobs:
with:
name: Binary
path: ${{ steps.compile.outputs.BUILT_ARCHIVE }}

View File

@ -13,4 +13,3 @@ strip = true # Automatically strip symbols from the binary.
opt-level = "z" # Optimize for size.
lto = true
codegen-units = 1