From 2014a89d5082ee53f2801ac9fd8d44a77d7cd853 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 19 Nov 2023 05:19:01 +0530 Subject: [PATCH 1/2] Bump Swatinem/rust-cache from 2.7.0 to 2.7.1 (#634) Bumps [Swatinem/rust-cache](https://github.com/swatinem/rust-cache) from 2.7.0 to 2.7.1. - [Release notes](https://github.com/swatinem/rust-cache/releases) - [Changelog](https://github.com/Swatinem/rust-cache/blob/master/CHANGELOG.md) - [Commits](https://github.com/swatinem/rust-cache/compare/v2.7.0...v2.7.1) --- updated-dependencies: - dependency-name: Swatinem/rust-cache dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/ci.yml | 2 +- .github/workflows/release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 78290d9..0dd4e6f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -43,7 +43,7 @@ jobs: authToken: ${{ env.CACHIX_AUTH_TOKEN }} name: zoxide - name: Setup cache - uses: Swatinem/rust-cache@v2.7.0 + uses: Swatinem/rust-cache@v2.7.1 with: key: ${{ matrix.os }} - name: Install just diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 73b9ea1..a4a0818 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -51,7 +51,7 @@ jobs: override: true target: ${{ matrix.target }} - name: Setup cache - uses: Swatinem/rust-cache@v2.7.0 + uses: Swatinem/rust-cache@v2.7.1 with: key: ${{ matrix.target }} - name: Build binary From afdcf6bdffdc2f7886098ecff1d74862b15dce8c Mon Sep 17 00:00:00 2001 From: Ajeet D'Souza <98ajeet@gmail.com> Date: Sun, 19 Nov 2023 05:25:23 +0530 Subject: [PATCH 2/2] Fix CI --- README.md | 5 ++++- src/util.rs | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8600ef1..7ade474 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,10 @@
Warp
- Warp is a modern, Rust-based terminal with AI built in so you and your team can build great software, faster. + + Warp is a modern, Rust-based terminal with AI built in so you and your team + can build great software, faster. +
Visit warp.dev to learn more.
diff --git a/src/util.rs b/src/util.rs index 47e7e93..1f8fc95 100644 --- a/src/util.rs +++ b/src/util.rs @@ -23,7 +23,7 @@ pub const MONTH: Epoch = 30 * DAY; pub struct Fzf(Command); impl Fzf { - const ERR_FZF_NOT_FOUND: &str = "could not find fzf, is it installed?"; + const ERR_FZF_NOT_FOUND: &'static str = "could not find fzf, is it installed?"; pub fn new() -> Result { // On Windows, CreateProcess implicitly searches the current working