Skip to content

Commit

Permalink
v1.1.2
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Saveau <[email protected]>
  • Loading branch information
SUPERCILEX committed Oct 5, 2022
1 parent 9133b8d commit 0d38723
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cid.yml
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ jobs:
with:
use-cross: true
command: rustc
args: --release --locked --target=${{ matrix.target }} -- -C target-feature=+crt-static
args: --release --locked --bin=ftzz --target=${{ matrix.target }} -- -C target-feature=+crt-static
- name: Upload binary
if: matrix.os != 'windows-latest'
uses: svenstaro/upload-release-action@v2
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ftzz"
version = "1.1.1"
version = "1.1.2"
authors = ["Alex Saveau <[email protected]>"]
edition = "2021"
description = "File Tree Fuzzer creates a pseudo-random directory hierarchy filled with some number of files."
Expand Down

0 comments on commit 0d38723

Please sign in to comment.