Skip to content

Commit

Permalink
chore: bump to 0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
alexpasmantier committed Jan 25, 2025
1 parent 172ba23 commit 7a54e5a
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down Expand Up @@ -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"
Expand Down
10 changes: 5 additions & 5 deletions television-derive/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand All @@ -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"

Expand Down

0 comments on commit 7a54e5a

Please sign in to comment.