mirror of
https://github.com/alexpasmantier/television.git
synced 2025-06-06 03:25:23 +00:00
chore(versions): bump workspace crates versions
This commit is contained in:
parent
dcf9f6a621
commit
d0f023cf18
10
Cargo.lock
generated
10
Cargo.lock
generated
@ -3011,7 +3011,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "television-channels"
|
||||
version = "0.0.3"
|
||||
version = "0.0.4"
|
||||
dependencies = [
|
||||
"clap",
|
||||
"color-eyre",
|
||||
@ -3030,7 +3030,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "television-derive"
|
||||
version = "0.0.3"
|
||||
version = "0.0.4"
|
||||
dependencies = [
|
||||
"proc-macro2",
|
||||
"quote",
|
||||
@ -3039,7 +3039,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "television-fuzzy"
|
||||
version = "0.0.3"
|
||||
version = "0.0.4"
|
||||
dependencies = [
|
||||
"nucleo",
|
||||
"parking_lot",
|
||||
@ -3047,7 +3047,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "television-previewers"
|
||||
version = "0.0.3"
|
||||
version = "0.0.4"
|
||||
dependencies = [
|
||||
"color-eyre",
|
||||
"devicons",
|
||||
@ -3063,7 +3063,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "television-utils"
|
||||
version = "0.0.3"
|
||||
version = "0.0.4"
|
||||
dependencies = [
|
||||
"bat",
|
||||
"color-eyre",
|
||||
|
10
Cargo.toml
10
Cargo.toml
@ -54,11 +54,11 @@ name = "tv"
|
||||
|
||||
[dependencies]
|
||||
# workspace dependencies
|
||||
television-fuzzy = { path = "crates/television-fuzzy", version = "0.0.3" }
|
||||
television-derive = { path = "crates/television-derive", version = "0.0.3" }
|
||||
television-channels = { path = "crates/television-channels", version = "0.0.3" }
|
||||
television-previewers = { path = "crates/television-previewers", version = "0.0.3" }
|
||||
television-utils = { path = "crates/television-utils", version = "0.0.3" }
|
||||
television-fuzzy = { path = "crates/television-fuzzy", version = "0.0.4" }
|
||||
television-derive = { path = "crates/television-derive", version = "0.0.4" }
|
||||
television-channels = { path = "crates/television-channels", version = "0.0.4" }
|
||||
television-previewers = { path = "crates/television-previewers", version = "0.0.4" }
|
||||
television-utils = { path = "crates/television-utils", version = "0.0.4" }
|
||||
|
||||
# external dependencies
|
||||
better-panic = "0.3.0"
|
||||
|
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "television-channels"
|
||||
version = "0.0.3"
|
||||
version = "0.0.4"
|
||||
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.3" }
|
||||
television-utils = { path = "../television-utils", version = "0.0.3" }
|
||||
television-derive = { path = "../television-derive", version = "0.0.3" }
|
||||
television-fuzzy = { path = "../television-fuzzy", version = "0.0.4" }
|
||||
television-utils = { path = "../television-utils", version = "0.0.4" }
|
||||
television-derive = { path = "../television-derive", version = "0.0.4" }
|
||||
devicons = "0.6.11"
|
||||
tracing = "0.1.40"
|
||||
eyre = "0.6.12"
|
||||
|
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "television-derive"
|
||||
version = "0.0.3"
|
||||
version = "0.0.4"
|
||||
description.workspace = true
|
||||
authors.workspace = true
|
||||
repository.workspace = true
|
||||
|
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "television-fuzzy"
|
||||
version = "0.0.3"
|
||||
version = "0.0.4"
|
||||
description.workspace = true
|
||||
authors.workspace = true
|
||||
repository.workspace = true
|
||||
|
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "television-previewers"
|
||||
version = "0.0.3"
|
||||
version = "0.0.4"
|
||||
description.workspace = true
|
||||
authors.workspace = true
|
||||
repository.workspace = true
|
||||
@ -14,8 +14,8 @@ rust-version.workspace = true
|
||||
|
||||
[dependencies]
|
||||
syntect = "5.2.0"
|
||||
television-channels = { path = "../television-channels", version = "0.0.3" }
|
||||
television-utils = { path = "../television-utils", version = "0.0.3" }
|
||||
television-channels = { path = "../television-channels", version = "0.0.4" }
|
||||
television-utils = { path = "../television-utils", version = "0.0.4" }
|
||||
tracing = "0.1.40"
|
||||
parking_lot = "0.12.3"
|
||||
tokio = "1.41.1"
|
||||
|
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "television-utils"
|
||||
version = "0.0.3"
|
||||
version = "0.0.4"
|
||||
description.workspace = true
|
||||
authors.workspace = true
|
||||
repository.workspace = true
|
||||
|
Loading…
x
Reference in New Issue
Block a user