diff --git a/Cargo.lock b/Cargo.lock index 22dd093..2d5835a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1870,7 +1870,7 @@ dependencies = [ [[package]] name = "television" -version = "0.9.4" +version = "0.10.0" dependencies = [ "anyhow", "bat", @@ -1909,7 +1909,7 @@ dependencies = [ [[package]] name = "television-derive" -version = "0.0.23" +version = "0.0.24" dependencies = [ "proc-macro2", "quote", diff --git a/Cargo.toml b/Cargo.toml index c8e489b..6e8206f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "television" -version = "0.9.4" +version = "0.10.0" edition = "2021" description = "The revolution will be televised." license = "MIT" @@ -28,7 +28,7 @@ rust-version = "1.81" path = "television/lib.rs" [dependencies] -television-derive = { path = "television-derive", version = "0.0.23" } +television-derive = { path = "television-derive", version = "0.0.24" } anyhow = "1.0" directories = "5.0" diff --git a/television-derive/Cargo.toml b/television-derive/Cargo.toml index da38b6a..eab8cb8 100644 --- a/television-derive/Cargo.toml +++ b/television-derive/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "television-derive" -version = "0.0.23" +version = "0.0.24" edition = "2021" description = "The revolution will be televised." license = "MIT" @@ -9,10 +9,10 @@ repository = "https://github.com/alexpasmantier/television" homepage = "https://github.com/alexpasmantier/television" keywords = ["search", "fuzzy", "preview", "tui", "terminal"] categories = [ - "command-line-utilities", - "command-line-interface", - "concurrency", - "development-tools", + "command-line-utilities", + "command-line-interface", + "concurrency", + "development-tools", ] rust-version = "1.81"