Skip to content

Commit

Permalink
update television_derive dep
Browse files Browse the repository at this point in the history
  • Loading branch information
alexpasmantier committed Oct 30, 2024
1 parent 0538c40 commit f5cba5b
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "television"
version = "0.1.7"
version = "0.1.8"
edition = "2021"
description = "The revolution will be televised."
license = "MIT"
Expand All @@ -9,10 +9,10 @@ build = "build.rs"
repository = "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",
]


Expand All @@ -25,15 +25,15 @@ name = "tv"
members = ["crates/television_derive"]

[dependencies]
television-derive = { version = "0.1.0", path = "crates/television_derive" }
television-derive = { version = "0.1.1", path = "crates/television_derive" }
better-panic = "0.3.0"
clap = { version = "4.4.5", features = [
"derive",
"cargo",
"wrap_help",
"unicode",
"string",
"unstable-styles",
"derive",
"cargo",
"wrap_help",
"unicode",
"string",
"unstable-styles",
] }
color-eyre = "0.6.3"
config = "0.14.0"
Expand Down

0 comments on commit f5cba5b

Please sign in to comment.