chore(version): bump workspace to 0.7.0 (#127)

This commit is contained in:
Alexandre Pasmantier 2024-12-15 14:30:25 +01:00 committed by GitHub
parent 630e791961
commit a8e3ea5f89
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
10 changed files with 93 additions and 91 deletions

118
Cargo.lock generated
View File

@ -255,9 +255,9 @@ dependencies = [
[[package]]
name = "bstr"
version = "1.11.0"
version = "1.11.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1a68f1f47cdf0ec8ee4b941b2eee2a80cb796db73118c0dd09ac63fbe405be22"
checksum = "786a307d683a5bf92e6fd5fd69a7eb613751668d1d8d67d802846dfe367c62c8"
dependencies = [
"memchr",
"regex-automata 0.4.9",
@ -343,7 +343,7 @@ dependencies = [
"semver",
"serde",
"serde_json",
"thiserror 2.0.5",
"thiserror 2.0.7",
]
[[package]]
@ -369,9 +369,9 @@ dependencies = [
[[package]]
name = "cc"
version = "1.2.3"
version = "1.2.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "27f657647bcff5394bf56c7317665bbf790a137a50eaaa5c6bfbb9e27a518f2d"
checksum = "9157bbaa6b165880c27a4293a474c91cdcf265cc68cc829bf10be0964a391caf"
dependencies = [
"shlex",
]
@ -966,9 +966,9 @@ dependencies = [
[[package]]
name = "fastrand"
version = "2.2.0"
version = "2.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "486f806e73c5707928240ddc295403b1b93c96a02038563881c4a2fd84b81ac4"
checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be"
[[package]]
name = "filedescriptor"
@ -1109,7 +1109,7 @@ dependencies = [
"parking_lot",
"signal-hook",
"smallvec",
"thiserror 2.0.5",
"thiserror 2.0.7",
]
[[package]]
@ -1122,7 +1122,7 @@ dependencies = [
"gix-date",
"gix-utils",
"itoa",
"thiserror 2.0.5",
"thiserror 2.0.7",
"winnow",
]
@ -1132,7 +1132,7 @@ version = "0.2.13"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d48b897b4bbc881aea994b4a5bbb340a04979d7be9089791304e04a9fbc66b53"
dependencies = [
"thiserror 2.0.5",
"thiserror 2.0.7",
]
[[package]]
@ -1141,7 +1141,7 @@ version = "0.4.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c6ffbeb3a5c0b8b84c3fe4133a6f8c82fa962f4caefe8d0762eced025d3eb4f7"
dependencies = [
"thiserror 2.0.5",
"thiserror 2.0.7",
]
[[package]]
@ -1155,7 +1155,7 @@ dependencies = [
"gix-features",
"gix-hash",
"memmap2",
"thiserror 2.0.5",
"thiserror 2.0.7",
]
[[package]]
@ -1174,7 +1174,7 @@ dependencies = [
"memchr",
"once_cell",
"smallvec",
"thiserror 2.0.5",
"thiserror 2.0.7",
"unicode-bom",
"winnow",
]
@ -1189,7 +1189,7 @@ dependencies = [
"bstr",
"gix-path",
"libc",
"thiserror 2.0.5",
"thiserror 2.0.7",
]
[[package]]
@ -1201,7 +1201,7 @@ dependencies = [
"bstr",
"itoa",
"jiff",
"thiserror 2.0.5",
"thiserror 2.0.7",
]
[[package]]
@ -1213,7 +1213,7 @@ dependencies = [
"bstr",
"gix-hash",
"gix-object",
"thiserror 2.0.5",
"thiserror 2.0.7",
]
[[package]]
@ -1229,7 +1229,7 @@ dependencies = [
"gix-path",
"gix-ref",
"gix-sec",
"thiserror 2.0.5",
"thiserror 2.0.7",
]
[[package]]
@ -1247,7 +1247,7 @@ dependencies = [
"once_cell",
"prodash",
"sha1_smol",
"thiserror 2.0.5",
"thiserror 2.0.7",
"walkdir",
]
@ -1281,7 +1281,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0b5eccc17194ed0e67d49285e4853307e4147e95407f91c1c3e4a13ba9f4e4ce"
dependencies = [
"faster-hex",
"thiserror 2.0.5",
"thiserror 2.0.7",
]
[[package]]
@ -1320,7 +1320,7 @@ dependencies = [
"memmap2",
"rustix",
"smallvec",
"thiserror 2.0.5",
"thiserror 2.0.7",
]
[[package]]
@ -1331,7 +1331,7 @@ checksum = "1cd3ab68a452db63d9f3ebdacb10f30dba1fa0d31ac64f4203d395ed1102d940"
dependencies = [
"gix-tempfile",
"gix-utils",
"thiserror 2.0.5",
"thiserror 2.0.7",
]
[[package]]
@ -1350,7 +1350,7 @@ dependencies = [
"gix-validate",
"itoa",
"smallvec",
"thiserror 2.0.5",
"thiserror 2.0.7",
"winnow",
]
@ -1372,7 +1372,7 @@ dependencies = [
"gix-quote",
"parking_lot",
"tempfile",
"thiserror 2.0.5",
"thiserror 2.0.7",
]
[[package]]
@ -1390,7 +1390,7 @@ dependencies = [
"gix-path",
"memmap2",
"smallvec",
"thiserror 2.0.5",
"thiserror 2.0.7",
]
[[package]]
@ -1403,7 +1403,7 @@ dependencies = [
"gix-trace",
"home",
"once_cell",
"thiserror 2.0.5",
"thiserror 2.0.7",
]
[[package]]
@ -1414,7 +1414,7 @@ checksum = "64a1e282216ec2ab2816cd57e6ed88f8009e634aec47562883c05ac8a7009a63"
dependencies = [
"bstr",
"gix-utils",
"thiserror 2.0.5",
"thiserror 2.0.7",
]
[[package]]
@ -1434,7 +1434,7 @@ dependencies = [
"gix-utils",
"gix-validate",
"memmap2",
"thiserror 2.0.5",
"thiserror 2.0.7",
"winnow",
]
@ -1449,7 +1449,7 @@ dependencies = [
"gix-revision",
"gix-validate",
"smallvec",
"thiserror 2.0.5",
"thiserror 2.0.7",
]
[[package]]
@ -1467,7 +1467,7 @@ dependencies = [
"gix-object",
"gix-revwalk",
"gix-trace",
"thiserror 2.0.5",
"thiserror 2.0.7",
]
[[package]]
@ -1482,7 +1482,7 @@ dependencies = [
"gix-hashtable",
"gix-object",
"smallvec",
"thiserror 2.0.5",
"thiserror 2.0.7",
]
[[package]]
@ -1532,7 +1532,7 @@ dependencies = [
"gix-object",
"gix-revwalk",
"smallvec",
"thiserror 2.0.5",
"thiserror 2.0.7",
]
[[package]]
@ -1544,7 +1544,7 @@ dependencies = [
"bstr",
"gix-features",
"gix-path",
"thiserror 2.0.5",
"thiserror 2.0.7",
"url",
]
@ -1565,7 +1565,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cd520d09f9f585b34b32aba1d0b36ada89ab7fefb54a8ca3fe37fc482a750937"
dependencies = [
"bstr",
"thiserror 2.0.5",
"thiserror 2.0.7",
]
[[package]]
@ -1956,9 +1956,9 @@ checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
[[package]]
name = "libc"
version = "0.2.167"
version = "0.2.168"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "09d6582e104315a817dff97f75133544b2e094ee22447d2acf4a74e189ba06fc"
checksum = "5aaeb2981e0606ca11d79718f8bb01164f1d6ed75080182d3abf017e6d244b6d"
[[package]]
name = "libloading"
@ -2335,7 +2335,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8b7cafe60d6cf8e62e1b9b2ea516a089c008945bb5a275416789e7db0bc199dc"
dependencies = [
"memchr",
"thiserror 2.0.5",
"thiserror 2.0.7",
"ucd-trie",
]
@ -2547,9 +2547,9 @@ dependencies = [
[[package]]
name = "redox_syscall"
version = "0.5.7"
version = "0.5.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9b6dfecf2c74bce2466cabf93f6664d6998a69eb21e39f4207930065b27b771f"
checksum = "03a862b389f93e68874fbf580b9de08dd02facb9a788ebadaf4a3fd33cf58834"
dependencies = [
"bitflags 2.6.0",
]
@ -2657,15 +2657,15 @@ dependencies = [
[[package]]
name = "rustix"
version = "0.38.41"
version = "0.38.42"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d7f649912bc1495e167a6edee79151c84b1bad49748cb4f1f1167f459f6224f6"
checksum = "f93dc38ecbab2eb790ff964bb77fa94faf256fd3e73285fd7ba0903b76bedb85"
dependencies = [
"bitflags 2.6.0",
"errno",
"libc",
"linux-raw-sys",
"windows-sys 0.52.0",
"windows-sys 0.59.0",
]
[[package]]
@ -2703,27 +2703,27 @@ checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
[[package]]
name = "semver"
version = "1.0.23"
version = "1.0.24"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "61697e0a1c7e512e84a621326239844a24d8207b4669b41bc18b32ea5cbf988b"
checksum = "3cb6eb87a131f756572d7fb904f6e7b68633f09cca868c5df1c4b8d1a694bbba"
dependencies = [
"serde",
]
[[package]]
name = "serde"
version = "1.0.215"
version = "1.0.216"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6513c1ad0b11a9376da888e3e0baa0077f1aed55c17f50e7b2397136129fb88f"
checksum = "0b9781016e935a97e8beecf0c933758c97a5520d32930e460142b4cd80c6338e"
dependencies = [
"serde_derive",
]
[[package]]
name = "serde_derive"
version = "1.0.215"
version = "1.0.216"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ad1e866f866923f252f05c889987993144fb74e722403468a4ebd70c3cd756c0"
checksum = "46f859dbbf73865c6627ed570e78961cd3ac92407a2d117204c49232485da55e"
dependencies = [
"proc-macro2",
"quote",
@ -2985,7 +2985,7 @@ dependencies = [
[[package]]
name = "television"
version = "0.6.2"
version = "0.7.0"
dependencies = [
"better-panic",
"clap",
@ -3018,7 +3018,7 @@ dependencies = [
[[package]]
name = "television-channels"
version = "0.0.10"
version = "0.0.11"
dependencies = [
"clap",
"color-eyre",
@ -3039,7 +3039,7 @@ dependencies = [
[[package]]
name = "television-derive"
version = "0.0.10"
version = "0.0.11"
dependencies = [
"proc-macro2",
"quote",
@ -3048,7 +3048,7 @@ dependencies = [
[[package]]
name = "television-fuzzy"
version = "0.0.10"
version = "0.0.11"
dependencies = [
"nucleo",
"parking_lot",
@ -3056,7 +3056,7 @@ dependencies = [
[[package]]
name = "television-previewers"
version = "0.0.10"
version = "0.0.11"
dependencies = [
"color-eyre",
"devicons",
@ -3077,7 +3077,7 @@ dependencies = [
[[package]]
name = "television-screen"
version = "0.0.10"
version = "0.0.11"
dependencies = [
"color-eyre",
"ratatui",
@ -3090,7 +3090,7 @@ dependencies = [
[[package]]
name = "television-utils"
version = "0.0.10"
version = "0.0.11"
dependencies = [
"bat",
"color-eyre",
@ -3128,11 +3128,11 @@ dependencies = [
[[package]]
name = "thiserror"
version = "2.0.5"
version = "2.0.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "643caef17e3128658ff44d85923ef2d28af81bb71e0d67bbfe1d76f19a73e053"
checksum = "93605438cbd668185516ab499d589afb7ee1859ea3d5fc8f6b0755e1c7443767"
dependencies = [
"thiserror-impl 2.0.5",
"thiserror-impl 2.0.7",
]
[[package]]
@ -3148,9 +3148,9 @@ dependencies = [
[[package]]
name = "thiserror-impl"
version = "2.0.5"
version = "2.0.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "995d0bbc9995d1f19d28b7215a9352b0fc3cd3a2d2ec95c2cadc485cdedbcdde"
checksum = "e1d8749b4531af2117677a5fcd12b1348a3fe2b81e36e61ffeac5c4aa3273e36"
dependencies = [
"proc-macro2",
"quote",

View File

@ -1,6 +1,6 @@
[package]
name = "television"
version = "0.6.2"
version = "0.7.0"
edition = "2021"
description = "The revolution will be televised."
license = "MIT"
@ -18,6 +18,7 @@ categories = [
include = [
"LICENSE",
"README.md",
"themes/**/*.toml",
"crates/television/**/*.rs",
"build.rs",
".config/config.toml",
@ -55,12 +56,12 @@ name = "tv"
[dependencies]
# workspace dependencies
television-fuzzy = { path = "crates/television-fuzzy", version = "0.0.10" }
television-derive = { path = "crates/television-derive", version = "0.0.10" }
television-screen = { path = "crates/television-screen", version = "0.0.10" }
television-channels = { path = "crates/television-channels", version = "0.0.10" }
television-previewers = { path = "crates/television-previewers", version = "0.0.10" }
television-utils = { path = "crates/television-utils", version = "0.0.10" }
television-fuzzy = { path = "crates/television-fuzzy", version = "0.0.11" }
television-derive = { path = "crates/television-derive", version = "0.0.11" }
television-screen = { path = "crates/television-screen", version = "0.0.11" }
television-channels = { path = "crates/television-channels", version = "0.0.11" }
television-previewers = { path = "crates/television-previewers", version = "0.0.11" }
television-utils = { path = "crates/television-utils", version = "0.0.11" }
# external dependencies
better-panic = "0.3.0"

View File

@ -46,8 +46,8 @@ It is inspired by the neovim [telescope](https://github.com/nvim-telescope/teles
</summary>
```bash
curl -LO https://github.com/alexpasmantier/television/releases/download/0.6.2/television_0.6.2-1_amd64.deb
sudo dpkg -i television_0.6.2-1_amd64.deb
curl -LO https://github.com/alexpasmantier/television/releases/download/0.7.0/television_0.7.0-1_amd64.deb
sudo dpkg -i television_0.7.0-1_amd64.deb
```
</details>

View File

@ -1,6 +1,6 @@
[package]
name = "television-channels"
version = "0.0.10"
version = "0.0.11"
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.10" }
television-utils = { path = "../television-utils", version = "0.0.10" }
television-derive = { path = "../television-derive", version = "0.0.10" }
television-fuzzy = { path = "../television-fuzzy", version = "0.0.11" }
television-utils = { path = "../television-utils", version = "0.0.11" }
television-derive = { path = "../television-derive", version = "0.0.11" }
devicons = "0.6.11"
tracing = "0.1.40"
eyre = "0.6.12"

View File

@ -1,6 +1,6 @@
[package]
name = "television-derive"
version = "0.0.10"
version = "0.0.11"
description.workspace = true
authors.workspace = true
repository.workspace = true

View File

@ -1,6 +1,6 @@
[package]
name = "television-fuzzy"
version = "0.0.10"
version = "0.0.11"
description.workspace = true
authors.workspace = true
repository.workspace = true

View File

@ -1,6 +1,6 @@
[package]
name = "television-previewers"
version = "0.0.10"
version = "0.0.11"
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.10" }
television-utils = { path = "../television-utils", version = "0.0.10" }
television-channels = { path = "../television-channels", version = "0.0.11" }
television-utils = { path = "../television-utils", version = "0.0.11" }
tracing = "0.1.40"
parking_lot = "0.12.3"
tokio = "1.41.1"

View File

@ -1,23 +1,22 @@
[package]
name = "television-screen"
version = "0.0.10"
edition.workspace = true
version = "0.0.11"
description.workspace = true
license.workspace = true
authors.workspace = true
repository.workspace = true
homepage.workspace = true
keywords.workspace = true
categories.workspace = true
include.workspace = true
rust-version.workspace = true
readme.workspace = true
license.workspace = true
edition.workspace = true
rust-version.workspace = true
[dependencies]
ratatui = "0.29.0"
serde = "1.0.215"
television-utils = { path = "../television-utils", version = "0.0.10" }
television-channels = { path = "../television-channels", version = "0.0.10" }
television-previewers = { path = "../television-previewers", version = "0.0.10" }
television-utils = { path = "../television-utils", version = "0.0.11" }
television-channels = { path = "../television-channels", version = "0.0.11" }
television-previewers = { path = "../television-previewers", version = "0.0.11" }
color-eyre = "0.6.3"
syntect = "5.2.0"

View File

@ -1,6 +1,6 @@
[package]
name = "television-utils"
version = "0.0.10"
version = "0.0.11"
description.workspace = true
authors.workspace = true
repository.workspace = true

View File

@ -1,11 +1,13 @@
cargo publish -p television-derive
sleep 20
sleep 10
cargo publish -p television-fuzzy
sleep 20
sleep 10
cargo publish -p television-utils
sleep 20
sleep 10
cargo publish -p television-channels
sleep 20
sleep 10
cargo publish -p television-previewers
sleep 20
sleep 10
cargo publish -p television-screen
sleep 10
cargo publish -p television