Skip to content

Commit

Permalink
Fix release and rust msrv
Browse files Browse the repository at this point in the history
  • Loading branch information
harmless-tech committed Feb 25, 2024
1 parent 812fbe3 commit 7f32087
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ jobs:
name: ${{ needs.release.outputs.name }}
allowUpdates: true
prerelease: ${{ needs.release.outputs.prerelease }}
artifacts: "target-*/*.minisig,target-*/qstract-*,target-*/*.exe,hashes.sha256"
artifacts: "target-*/qstract-*,hashes.sha256"
body: ""

check-fmt:
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.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
[package]
name = "qstract"
version = "0.1.1"
version = "0.1.2-dev"
edition = "2021"
authors = ["harmless-tech"]
description = "A basic tar/zip extraction program"
readme = "README.md"
license = "MIT"
repository = "https://github.com/cargo-prebuilt/qstract"
keywords = ["binary", "tar"]
keywords = ["command-line-tool", "extract", "tar", "zip"]
rust-version = "1.74"
include = [
"src/",
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[![Rust Build and Test](https://github.com/cargo-prebuilt/qstract/actions/workflows/build.yml/badge.svg?event=push)](https://github.com/cargo-prebuilt/qstract/actions/workflows/build.yml)
[![Rust Checks](https://github.com/cargo-prebuilt/qstract/actions/workflows/checks.yml/badge.svg?event=push)](https://github.com/cargo-prebuilt/qstract/actions/workflows/checks.yml)
[![rustc-msrv](https://img.shields.io/badge/rustc-1.63%2B-blue?logo=rust)](https://www.rust-lang.org/tools/install)
[![rustc-msrv](https://img.shields.io/badge/rustc-1.74%2B-blue?logo=rust)](https://www.rust-lang.org/tools/install)

A basic tar/zip extraction program.

Expand Down

0 comments on commit 7f32087

Please sign in to comment.