mirror of
https://github.com/alexpasmantier/television.git
synced 2025-06-08 04:25:23 +00:00
fix: bump television_utils
This commit is contained in:
parent
e475523c79
commit
e02ff25a59
2
Cargo.lock
generated
2
Cargo.lock
generated
@ -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",
|
||||||
|
@ -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",
|
||||||
|
@ -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"
|
||||||
|
@ -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"
|
||||||
|
@ -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"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user