chore: bump to 0.11.4

This commit is contained in:
Alexandre Pasmantier 2025-03-23 16:49:33 +01:00
parent 8e17ef694e
commit 5f8b240c8b
3 changed files with 3 additions and 3 deletions

View File

@ -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

2
Cargo.lock generated
View File

@ -2209,7 +2209,7 @@ checksum = "61c41af27dd6d1e27b1b16b489db798443478cef1f06a660c96db617ba5de3b1"
[[package]]
name = "television"
version = "0.11.3"
version = "0.11.4"
dependencies = [
"anyhow",
"base64",

View File

@ -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"