From 11330cbe2b1a85378bf36b56f7f3ab1caeda83b8 Mon Sep 17 00:00:00 2001 From: mbrav Date: Tue, 4 Apr 2023 22:39:04 +0300 Subject: [PATCH] Change version --- .github/workflows/release.yml | 6 +++--- Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 54274c1..1f5c048 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -9,6 +9,9 @@ jobs: build: runs-on: ubuntu-latest steps: + - name: Checkout + uses: actions/checkout@v3 + - name: Add stable x86_64-unknown-linux-musl target uses: actions-rs/toolchain@v1 with: @@ -17,9 +20,6 @@ jobs: target: x86_64-unknown-linux-musl components: rustfmt, clippy - - name: Checkout - uses: actions/checkout@v3 - - name: Cache Build id: cache-build uses: actions/cache@v3 diff --git a/Cargo.lock b/Cargo.lock index 8dfc0b8..ec544a9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -181,7 +181,7 @@ checksum = "d59d8c75012853d2e872fb56bc8a2e53718e2cafe1a4c823143141c6d90c322f" [[package]] name = "nuttertools" -version = "0.0.2" +version = "0.0.3" dependencies = [ "clap", ] diff --git a/Cargo.toml b/Cargo.toml index f10795d..ab1d3fa 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "nuttertools" description = "A collection of crazy CLI tools in Rust" authors = ["mbrav "] -version = "0.0.2" +version = "0.0.3" edition = "2021" [profile.dev]