From 2fc9bd9e80797905feea5e6109d398f5a587bb1c Mon Sep 17 00:00:00 2001 From: Alexandre Pasmantier Date: Sun, 24 Nov 2024 17:01:24 +0100 Subject: [PATCH] chore: bump crate to 0.5.3 and workspace crates to 0.0.7 --- Cargo.lock | 12 ++++++------ Cargo.toml | 12 ++++++------ crates/television-channels/Cargo.toml | 8 ++++---- crates/television-derive/Cargo.toml | 2 +- crates/television-fuzzy/Cargo.toml | 2 +- crates/television-previewers/Cargo.toml | 6 +++--- crates/television-utils/Cargo.toml | 2 +- 7 files changed, 22 insertions(+), 22 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 280ac95..09203ff 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2812,7 +2812,7 @@ dependencies = [ [[package]] name = "television" -version = "0.5.2" +version = "0.5.3" dependencies = [ "better-panic", "clap", @@ -2843,7 +2843,7 @@ dependencies = [ [[package]] name = "television-channels" -version = "0.0.6" +version = "0.0.7" dependencies = [ "clap", "color-eyre", @@ -2862,7 +2862,7 @@ dependencies = [ [[package]] name = "television-derive" -version = "0.0.6" +version = "0.0.7" dependencies = [ "proc-macro2", "quote", @@ -2871,7 +2871,7 @@ dependencies = [ [[package]] name = "television-fuzzy" -version = "0.0.6" +version = "0.0.7" dependencies = [ "nucleo", "parking_lot", @@ -2879,7 +2879,7 @@ dependencies = [ [[package]] name = "television-previewers" -version = "0.0.6" +version = "0.0.7" dependencies = [ "color-eyre", "devicons", @@ -2894,7 +2894,7 @@ dependencies = [ [[package]] name = "television-utils" -version = "0.0.6" +version = "0.0.7" dependencies = [ "bat", "color-eyre", diff --git a/Cargo.toml b/Cargo.toml index 1f1b1f2..bc00b76 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "television" -version = "0.5.2" +version = "0.5.3" edition = "2021" description = "The revolution will be televised." license = "MIT" @@ -54,11 +54,11 @@ name = "tv" [dependencies] # workspace dependencies -television-fuzzy = { path = "crates/television-fuzzy", version = "0.0.6" } -television-derive = { path = "crates/television-derive", version = "0.0.6" } -television-channels = { path = "crates/television-channels", version = "0.0.6" } -television-previewers = { path = "crates/television-previewers", version = "0.0.6" } -television-utils = { path = "crates/television-utils", version = "0.0.6" } +television-fuzzy = { path = "crates/television-fuzzy", version = "0.0.7" } +television-derive = { path = "crates/television-derive", version = "0.0.7" } +television-channels = { path = "crates/television-channels", version = "0.0.7" } +television-previewers = { path = "crates/television-previewers", version = "0.0.7" } +television-utils = { path = "crates/television-utils", version = "0.0.7" } # external dependencies better-panic = "0.3.0" diff --git a/crates/television-channels/Cargo.toml b/crates/television-channels/Cargo.toml index 1287bc7..378c038 100644 --- a/crates/television-channels/Cargo.toml +++ b/crates/television-channels/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "television-channels" -version = "0.0.6" +version = "0.0.7" 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.6" } -television-utils = { path = "../television-utils", version = "0.0.6" } -television-derive = { path = "../television-derive", version = "0.0.6" } +television-fuzzy = { path = "../television-fuzzy", version = "0.0.7" } +television-utils = { path = "../television-utils", version = "0.0.7" } +television-derive = { path = "../television-derive", version = "0.0.7" } devicons = "0.6.11" tracing = "0.1.40" eyre = "0.6.12" diff --git a/crates/television-derive/Cargo.toml b/crates/television-derive/Cargo.toml index 018f9ec..c165247 100644 --- a/crates/television-derive/Cargo.toml +++ b/crates/television-derive/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "television-derive" -version = "0.0.6" +version = "0.0.7" description.workspace = true authors.workspace = true repository.workspace = true diff --git a/crates/television-fuzzy/Cargo.toml b/crates/television-fuzzy/Cargo.toml index ef712ef..ebd0f0b 100644 --- a/crates/television-fuzzy/Cargo.toml +++ b/crates/television-fuzzy/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "television-fuzzy" -version = "0.0.6" +version = "0.0.7" description.workspace = true authors.workspace = true repository.workspace = true diff --git a/crates/television-previewers/Cargo.toml b/crates/television-previewers/Cargo.toml index 11ec299..9828f1c 100644 --- a/crates/television-previewers/Cargo.toml +++ b/crates/television-previewers/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "television-previewers" -version = "0.0.6" +version = "0.0.7" 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.6" } -television-utils = { path = "../television-utils", version = "0.0.6" } +television-channels = { path = "../television-channels", version = "0.0.7" } +television-utils = { path = "../television-utils", version = "0.0.7" } tracing = "0.1.40" parking_lot = "0.12.3" tokio = "1.41.1" diff --git a/crates/television-utils/Cargo.toml b/crates/television-utils/Cargo.toml index 7cb4a9c..f62312b 100644 --- a/crates/television-utils/Cargo.toml +++ b/crates/television-utils/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "television-utils" -version = "0.0.6" +version = "0.0.7" description.workspace = true authors.workspace = true repository.workspace = true