From 759f9c17a850f7142115c49288bfd52940401374 Mon Sep 17 00:00:00 2001 From: Matthias Grandl Date: Tue, 26 Mar 2024 13:50:58 +0100 Subject: [PATCH] Loungy release v0.1.2 --- .github/workflows/release-macos.yml | 14 -------------- Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 2 insertions(+), 16 deletions(-) diff --git a/.github/workflows/release-macos.yml b/.github/workflows/release-macos.yml index 8dbd1df..ff5d1ea 100644 --- a/.github/workflows/release-macos.yml +++ b/.github/workflows/release-macos.yml @@ -14,10 +14,6 @@ jobs: steps: - name: Checkout uses: actions/checkout@v4 - - uses: actions/cache/restore@v4 - id: restore-cache - with: - key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }} - name: Rustup run: rustup target add aarch64-apple-darwin x86_64-apple-darwin - name: Build x86_64 @@ -36,16 +32,6 @@ jobs: APPLE_TEAM_ID: ${{ secrets.APPLE_TEAM_ID }} APPLE_CERTIFICATE: ${{ secrets.APPLE_CERTIFICATE }} APPLE_CERTIFICATE_PASSWORD: ${{ secrets.APPLE_CERTIFICATE_PASSWORD }} - - uses: actions/cache/save@v4 - if: always() - with: - path: | - ~/.cargo/bin/ - ~/.cargo/registry/index/ - ~/.cargo/registry/cache/ - ~/.cargo/git/db/ - target/ - key: ${{ steps.restore-cache.outputs.cache-primary-key }} - name: Release uses: softprops/action-gh-release@v2 diff --git a/Cargo.lock b/Cargo.lock index a9daaaf..2bd07c0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4270,7 +4270,7 @@ dependencies = [ [[package]] name = "loungy" -version = "0.1.1" +version = "0.1.2" dependencies = [ "anyhow", "arboard", diff --git a/Cargo.toml b/Cargo.toml index fd1b4f2..68e3aea 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "loungy" -version = "0.1.1" +version = "0.1.2" edition = "2021" rust-version = "1.75.0" description = "Loungy is a WIP launcher in the vein of Raycast and Alfred."