mirror of
https://github.com/alexpasmantier/television.git
synced 2025-06-06 19:45: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]
|
[package]
|
||||||
name = "television"
|
name = "television"
|
||||||
version = "0.9.3"
|
version = "0.9.4"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
description = "The revolution will be televised."
|
description = "The revolution will be televised."
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
@ -73,12 +73,12 @@ ratatui = { version = "0.29.0", features = ["serde", "macros"] }
|
|||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
# local dependencies
|
# local dependencies
|
||||||
television-fuzzy = { path = "crates/television-fuzzy", version = "0.0.22" }
|
television-fuzzy = { path = "crates/television-fuzzy", version = "0.0.23" }
|
||||||
television-derive = { path = "crates/television-derive", version = "0.0.22" }
|
television-derive = { path = "crates/television-derive", version = "0.0.23" }
|
||||||
television-screen = { path = "crates/television-screen", version = "0.0.22" }
|
television-screen = { path = "crates/television-screen", version = "0.0.23" }
|
||||||
television-channels = { path = "crates/television-channels", version = "0.0.22" }
|
television-channels = { path = "crates/television-channels", version = "0.0.23" }
|
||||||
television-previewers = { path = "crates/television-previewers", version = "0.0.22" }
|
television-previewers = { path = "crates/television-previewers", version = "0.0.23" }
|
||||||
television-utils = { path = "crates/television-utils", version = "0.0.22" }
|
television-utils = { path = "crates/television-utils", version = "0.0.23" }
|
||||||
|
|
||||||
# workspace dependencies
|
# workspace dependencies
|
||||||
directories = { workspace = true }
|
directories = { workspace = true }
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "television-channels"
|
name = "television-channels"
|
||||||
version = "0.0.22"
|
version = "0.0.23"
|
||||||
description.workspace = true
|
description.workspace = true
|
||||||
authors.workspace = true
|
authors.workspace = true
|
||||||
repository.workspace = true
|
repository.workspace = true
|
||||||
@ -13,9 +13,9 @@ edition.workspace = true
|
|||||||
rust-version.workspace = true
|
rust-version.workspace = true
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
television-fuzzy = { path = "../television-fuzzy", version = "0.0.22" }
|
television-fuzzy = { path = "../television-fuzzy", version = "0.0.23" }
|
||||||
television-utils = { path = "../television-utils", version = "0.0.22" }
|
television-utils = { path = "../television-utils", version = "0.0.23" }
|
||||||
television-derive = { path = "../television-derive", version = "0.0.22" }
|
television-derive = { path = "../television-derive", version = "0.0.23" }
|
||||||
|
|
||||||
tracing = { workspace = true }
|
tracing = { workspace = true }
|
||||||
tokio = { workspace = true, features = ["rt"] }
|
tokio = { workspace = true, features = ["rt"] }
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "television-derive"
|
name = "television-derive"
|
||||||
version = "0.0.22"
|
version = "0.0.23"
|
||||||
description.workspace = true
|
description.workspace = true
|
||||||
authors.workspace = true
|
authors.workspace = true
|
||||||
repository.workspace = true
|
repository.workspace = true
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "television-fuzzy"
|
name = "television-fuzzy"
|
||||||
version = "0.0.22"
|
version = "0.0.23"
|
||||||
description.workspace = true
|
description.workspace = true
|
||||||
authors.workspace = true
|
authors.workspace = true
|
||||||
repository.workspace = true
|
repository.workspace = true
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "television-previewers"
|
name = "television-previewers"
|
||||||
version = "0.0.22"
|
version = "0.0.23"
|
||||||
description.workspace = true
|
description.workspace = true
|
||||||
authors.workspace = true
|
authors.workspace = true
|
||||||
repository.workspace = true
|
repository.workspace = true
|
||||||
@ -13,8 +13,8 @@ edition.workspace = true
|
|||||||
rust-version.workspace = true
|
rust-version.workspace = true
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
television-channels = { path = "../television-channels", version = "0.0.22" }
|
television-channels = { path = "../television-channels", version = "0.0.23" }
|
||||||
television-utils = { path = "../television-utils", version = "0.0.22" }
|
television-utils = { path = "../television-utils", version = "0.0.23" }
|
||||||
|
|
||||||
syntect = { workspace = true }
|
syntect = { workspace = true }
|
||||||
devicons = { workspace = true }
|
devicons = { workspace = true }
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "television-screen"
|
name = "television-screen"
|
||||||
version = "0.0.22"
|
version = "0.0.23"
|
||||||
description.workspace = true
|
description.workspace = true
|
||||||
authors.workspace = true
|
authors.workspace = true
|
||||||
repository.workspace = true
|
repository.workspace = true
|
||||||
@ -13,9 +13,9 @@ edition.workspace = true
|
|||||||
rust-version.workspace = true
|
rust-version.workspace = true
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
television-utils = { path = "../television-utils", version = "0.0.22" }
|
television-utils = { path = "../television-utils", version = "0.0.23" }
|
||||||
television-channels = { path = "../television-channels", version = "0.0.22" }
|
television-channels = { path = "../television-channels", version = "0.0.23" }
|
||||||
television-previewers = { path = "../television-previewers", version = "0.0.22" }
|
television-previewers = { path = "../television-previewers", version = "0.0.23" }
|
||||||
|
|
||||||
ratatui = { workspace = true }
|
ratatui = { workspace = true }
|
||||||
serde = { workspace = true }
|
serde = { workspace = true }
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "television-utils"
|
name = "television-utils"
|
||||||
version = "0.0.22"
|
version = "0.0.23"
|
||||||
description.workspace = true
|
description.workspace = true
|
||||||
authors.workspace = true
|
authors.workspace = true
|
||||||
repository.workspace = true
|
repository.workspace = true
|
||||||
|
Loading…
x
Reference in New Issue
Block a user