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 diff --git a/README.md b/README.md index 39076ab..7ade474 100644 --- a/README.md +++ b/README.md @@ -15,8 +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