mirror of
https://github.com/alexpasmantier/television.git
synced 2025-07-21 09:30:01 +00:00
chore: bump to 0.11.4
This commit is contained in:
parent
8e17ef694e
commit
5f8b240c8b
2
.github/workflows/cd.yml
vendored
2
.github/workflows/cd.yml
vendored
@ -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
2
Cargo.lock
generated
@ -2209,7 +2209,7 @@ checksum = "61c41af27dd6d1e27b1b16b489db798443478cef1f06a660c96db617ba5de3b1"
|
||||
|
||||
[[package]]
|
||||
name = "television"
|
||||
version = "0.11.3"
|
||||
version = "0.11.4"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"base64",
|
||||
|
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user