chore: bump to 0.10.0

This commit is contained in:
Alexandre Pasmantier 2025-01-25 21:21:08 +01:00
parent 172ba231ee
commit 7a54e5a507
3 changed files with 9 additions and 9 deletions

4
Cargo.lock generated
View File

@ -1870,7 +1870,7 @@ dependencies = [
[[package]] [[package]]
name = "television" name = "television"
version = "0.9.4" version = "0.10.0"
dependencies = [ dependencies = [
"anyhow", "anyhow",
"bat", "bat",
@ -1909,7 +1909,7 @@ dependencies = [
[[package]] [[package]]
name = "television-derive" name = "television-derive"
version = "0.0.23" version = "0.0.24"
dependencies = [ dependencies = [
"proc-macro2", "proc-macro2",
"quote", "quote",

View File

@ -1,6 +1,6 @@
[package] [package]
name = "television" name = "television"
version = "0.9.4" version = "0.10.0"
edition = "2021" edition = "2021"
description = "The revolution will be televised." description = "The revolution will be televised."
license = "MIT" license = "MIT"
@ -28,7 +28,7 @@ rust-version = "1.81"
path = "television/lib.rs" path = "television/lib.rs"
[dependencies] [dependencies]
television-derive = { path = "television-derive", version = "0.0.23" } television-derive = { path = "television-derive", version = "0.0.24" }
anyhow = "1.0" anyhow = "1.0"
directories = "5.0" directories = "5.0"

View File

@ -1,6 +1,6 @@
[package] [package]
name = "television-derive" name = "television-derive"
version = "0.0.23" version = "0.0.24"
edition = "2021" edition = "2021"
description = "The revolution will be televised." description = "The revolution will be televised."
license = "MIT" license = "MIT"
@ -9,10 +9,10 @@ repository = "https://github.com/alexpasmantier/television"
homepage = "https://github.com/alexpasmantier/television" homepage = "https://github.com/alexpasmantier/television"
keywords = ["search", "fuzzy", "preview", "tui", "terminal"] keywords = ["search", "fuzzy", "preview", "tui", "terminal"]
categories = [ categories = [
"command-line-utilities", "command-line-utilities",
"command-line-interface", "command-line-interface",
"concurrency", "concurrency",
"development-tools", "development-tools",
] ]
rust-version = "1.81" rust-version = "1.81"