fix: bump television_utils

This commit is contained in:
Alexandre Pasmantier 2024-11-11 01:19:34 +01:00
parent e475523c79
commit e02ff25a59
5 changed files with 5 additions and 5 deletions

2
Cargo.lock generated
View File

@ -3205,7 +3205,7 @@ dependencies = [
[[package]] [[package]]
name = "television-utils" name = "television-utils"
version = "0.0.0" version = "0.0.1"
dependencies = [ dependencies = [
"bat", "bat",
"color-eyre", "color-eyre",

View File

@ -29,7 +29,7 @@ television-fuzzy = { version = "0.0.0", path = "crates/television_fuzzy" }
television-derive = { version = "0.0.0", path = "crates/television_derive" } television-derive = { version = "0.0.0", path = "crates/television_derive" }
television-channels = { version = "0.0.0", path = "crates/television_channels" } television-channels = { version = "0.0.0", path = "crates/television_channels" }
television-previewers = { version = "0.0.0", path = "crates/television_previewers" } television-previewers = { version = "0.0.0", path = "crates/television_previewers" }
television-utils = { version = "0.0.0", path = "crates/television_utils" } television-utils = { version = "0.0.1", path = "crates/television_utils" }
better-panic = "0.3.0" better-panic = "0.3.0"
clap = { version = "4.4.5", features = [ clap = { version = "4.4.5", features = [
"derive", "derive",

View File

@ -16,7 +16,7 @@ categories = [
[dependencies] [dependencies]
television-fuzzy = { path = "../television_fuzzy", version = "0.0.0" } television-fuzzy = { path = "../television_fuzzy", version = "0.0.0" }
television-utils = { path = "../television_utils", version = "0.0.0" } television-utils = { path = "../television_utils", version = "0.0.1" }
television-derive = { path = "../television_derive", version = "0.0.0" } television-derive = { path = "../television_derive", version = "0.0.0" }
devicons = "0.6.11" devicons = "0.6.11"
tracing = "0.1.40" tracing = "0.1.40"

View File

@ -17,7 +17,7 @@ categories = [
[dependencies] [dependencies]
syntect = "5.2.0" syntect = "5.2.0"
television-channels = { version = "0.0.0", path = "../television_channels" } television-channels = { version = "0.0.0", path = "../television_channels" }
television-utils = { version = "0.0.0", path = "../television_utils" } television-utils = { version = "0.0.1", path = "../television_utils" }
tracing = "0.1.40" tracing = "0.1.40"
parking_lot = "0.12.3" parking_lot = "0.12.3"
tokio = "1.41.1" tokio = "1.41.1"

View File

@ -1,6 +1,6 @@
[package] [package]
name = "television-utils" name = "television-utils"
version = "0.0.0" version = "0.0.1"
edition = "2021" edition = "2021"
description = "The revolution will be televised." description = "The revolution will be televised."
license = "MIT" license = "MIT"