Skip to content

Commit

Permalink
V1.2.0 (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
Zephira58 authored Mar 31, 2023
1 parent 50e6748 commit 7dfe999
Show file tree
Hide file tree
Showing 9 changed files with 453 additions and 326 deletions.
2 changes: 0 additions & 2 deletions .gitattributes

This file was deleted.

1 change: 1 addition & 0 deletions .github/workflows/artifacts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ on:
release:
types: [created]

name: Build-Artifacts
jobs:
release:
name: release ${{ matrix.target }}
Expand Down
157 changes: 100 additions & 57 deletions Cargo.lock

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

12 changes: 7 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,17 +11,19 @@ keywords = ["file", "sort", "automatic", "extension"]
categories = ["command-line-utilities"]

[dependencies]
clap = { version = "4.1.13", features = ["derive"] }
clap = { version = "4.2.1", features = ["derive"] }
self_update = "0.36.0"
rand = "0.8.5"

[profile.release]
strip = true
opt-level = "s"
opt-level = 3
debug = false
panic = "abort"
codegen-units = 16
lto = true
codegen-units = 1
incremental = false

#Cross targets | Command: cross build --release --target <target>
#x86_64-unknown-linux-gnu
#x86_64-pc-windows-msvc
#x86_64-unknown-freebsd
#x86_64-unknown-freebsd
Loading

0 comments on commit 7dfe999

Please sign in to comment.