mirror of
https://github.com/alexpasmantier/television.git
synced 2025-06-06 03:25:23 +00:00
chore: bump workspace to 0.9.4 (#293)
This commit is contained in:
parent
8bbebf7e57
commit
40c97c9c4c
397
Cargo.lock
generated
397
Cargo.lock
generated
File diff suppressed because it is too large
Load Diff
14
Cargo.toml
14
Cargo.toml
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "television"
|
||||
version = "0.9.3"
|
||||
version = "0.9.4"
|
||||
edition = "2021"
|
||||
description = "The revolution will be televised."
|
||||
license = "MIT"
|
||||
@ -73,12 +73,12 @@ ratatui = { version = "0.29.0", features = ["serde", "macros"] }
|
||||
|
||||
[dependencies]
|
||||
# local dependencies
|
||||
television-fuzzy = { path = "crates/television-fuzzy", version = "0.0.22" }
|
||||
television-derive = { path = "crates/television-derive", version = "0.0.22" }
|
||||
television-screen = { path = "crates/television-screen", version = "0.0.22" }
|
||||
television-channels = { path = "crates/television-channels", version = "0.0.22" }
|
||||
television-previewers = { path = "crates/television-previewers", version = "0.0.22" }
|
||||
television-utils = { path = "crates/television-utils", version = "0.0.22" }
|
||||
television-fuzzy = { path = "crates/television-fuzzy", version = "0.0.23" }
|
||||
television-derive = { path = "crates/television-derive", version = "0.0.23" }
|
||||
television-screen = { path = "crates/television-screen", version = "0.0.23" }
|
||||
television-channels = { path = "crates/television-channels", version = "0.0.23" }
|
||||
television-previewers = { path = "crates/television-previewers", version = "0.0.23" }
|
||||
television-utils = { path = "crates/television-utils", version = "0.0.23" }
|
||||
|
||||
# workspace dependencies
|
||||
directories = { workspace = true }
|
||||
|
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "television-channels"
|
||||
version = "0.0.22"
|
||||
version = "0.0.23"
|
||||
description.workspace = true
|
||||
authors.workspace = true
|
||||
repository.workspace = true
|
||||
@ -13,9 +13,9 @@ edition.workspace = true
|
||||
rust-version.workspace = true
|
||||
|
||||
[dependencies]
|
||||
television-fuzzy = { path = "../television-fuzzy", version = "0.0.22" }
|
||||
television-utils = { path = "../television-utils", version = "0.0.22" }
|
||||
television-derive = { path = "../television-derive", version = "0.0.22" }
|
||||
television-fuzzy = { path = "../television-fuzzy", version = "0.0.23" }
|
||||
television-utils = { path = "../television-utils", version = "0.0.23" }
|
||||
television-derive = { path = "../television-derive", version = "0.0.23" }
|
||||
|
||||
tracing = { workspace = true }
|
||||
tokio = { workspace = true, features = ["rt"] }
|
||||
|
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "television-derive"
|
||||
version = "0.0.22"
|
||||
version = "0.0.23"
|
||||
description.workspace = true
|
||||
authors.workspace = true
|
||||
repository.workspace = true
|
||||
|
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "television-fuzzy"
|
||||
version = "0.0.22"
|
||||
version = "0.0.23"
|
||||
description.workspace = true
|
||||
authors.workspace = true
|
||||
repository.workspace = true
|
||||
|
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "television-previewers"
|
||||
version = "0.0.22"
|
||||
version = "0.0.23"
|
||||
description.workspace = true
|
||||
authors.workspace = true
|
||||
repository.workspace = true
|
||||
@ -13,8 +13,8 @@ edition.workspace = true
|
||||
rust-version.workspace = true
|
||||
|
||||
[dependencies]
|
||||
television-channels = { path = "../television-channels", version = "0.0.22" }
|
||||
television-utils = { path = "../television-utils", version = "0.0.22" }
|
||||
television-channels = { path = "../television-channels", version = "0.0.23" }
|
||||
television-utils = { path = "../television-utils", version = "0.0.23" }
|
||||
|
||||
syntect = { workspace = true }
|
||||
devicons = { workspace = true }
|
||||
|
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "television-screen"
|
||||
version = "0.0.22"
|
||||
version = "0.0.23"
|
||||
description.workspace = true
|
||||
authors.workspace = true
|
||||
repository.workspace = true
|
||||
@ -13,9 +13,9 @@ edition.workspace = true
|
||||
rust-version.workspace = true
|
||||
|
||||
[dependencies]
|
||||
television-utils = { path = "../television-utils", version = "0.0.22" }
|
||||
television-channels = { path = "../television-channels", version = "0.0.22" }
|
||||
television-previewers = { path = "../television-previewers", version = "0.0.22" }
|
||||
television-utils = { path = "../television-utils", version = "0.0.23" }
|
||||
television-channels = { path = "../television-channels", version = "0.0.23" }
|
||||
television-previewers = { path = "../television-previewers", version = "0.0.23" }
|
||||
|
||||
ratatui = { workspace = true }
|
||||
serde = { workspace = true }
|
||||
|
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "television-utils"
|
||||
version = "0.0.22"
|
||||
version = "0.0.23"
|
||||
description.workspace = true
|
||||
authors.workspace = true
|
||||
repository.workspace = true
|
||||
|
Loading…
x
Reference in New Issue
Block a user