From 5f8b240c8bd499961c036e58c7d8547e03b6749c Mon Sep 17 00:00:00 2001 From: Alexandre Pasmantier Date: Sun, 23 Mar 2025 16:49:33 +0100 Subject: [PATCH] chore: bump to 0.11.4 --- .github/workflows/cd.yml | 2 +- Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 73b834f..990fd4a 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -106,7 +106,7 @@ jobs: override: true - name: Install musl for musl target - if: ${{ matrix.target }} == x86_64-unknown-linux-musl + if: matrix.target == 'x86_64-unknown-linux-musl' shell: bash run: | sudo apt update diff --git a/Cargo.lock b/Cargo.lock index 32a9edf..d0f3e6b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2209,7 +2209,7 @@ checksum = "61c41af27dd6d1e27b1b16b489db798443478cef1f06a660c96db617ba5de3b1" [[package]] name = "television" -version = "0.11.3" +version = "0.11.4" dependencies = [ "anyhow", "base64", diff --git a/Cargo.toml b/Cargo.toml index c53dbf0..0080c73 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "television" -version = "0.11.3" +version = "0.11.4" edition = "2021" description = "A cross-platform, fast and extensible general purpose fuzzy finder TUI." license = "MIT"