uptick: 0.14.9 again (#2215)

🤦 I forgot to bump Cargo.toml.
This commit is contained in:
Clement Tsang
2026-08-27 07:32:23 +00:00
committed by GitHub
parent d5c3a62eb1
commit e22236a928
3 changed files with 18 additions and 6 deletions
Generated
+1 -1
View File
@@ -132,7 +132,7 @@ dependencies = [
[[package]]
name = "bottom"
version = "0.14.8"
version = "0.14.9"
dependencies = [
"anyhow",
"assert_cmd",
+16 -4
View File
@@ -1,6 +1,6 @@
[package]
name = "bottom"
version = "0.14.8"
version = "0.14.9"
repository = "https://github.com/ClementTsang/bottom"
license = "MIT"
description = "A customizable cross-platform graphical process/system monitor for the terminal. Supports Linux, macOS, and Windows."
@@ -67,7 +67,12 @@ generate_schema = ["schemars", "strum"]
[dependencies]
anyhow = "1.0.104"
clap = { version = "4.6.6", features = ["default", "cargo", "wrap_help", "derive"] }
clap = { version = "4.6.6", features = [
"default",
"cargo",
"wrap_help",
"derive",
] }
concat-string = "1.0.1"
crossterm = "0.29.0"
ctrlc = { version = "3.5.2", features = ["termination"] }
@@ -76,7 +81,9 @@ humantime = "2.3.0"
indexmap = "2.14.0"
indoc = "2.0.7"
itertools = "0.15.0"
nvml-wrapper = { version = "0.12.1", optional = true, features = ["legacy-functions"] }
nvml-wrapper = { version = "0.12.1", optional = true, features = [
"legacy-functions",
] }
ratatui = { version = "0.30.2", default-features = false, features = [
"unstable-rendered-line-info",
"layout-cache",
@@ -137,7 +144,12 @@ tempfile = { version = "3.27.0", default-features = false }
portable-pty = "0.9.0"
[build-dependencies]
clap = { version = "4.6.6", features = ["default", "cargo", "wrap_help", "derive"] }
clap = { version = "4.6.6", features = [
"default",
"cargo",
"wrap_help",
"derive",
] }
clap_complete = "4.6.9"
clap_complete_nushell = "4.6.1"
clap_complete_fig = "4.5.2"
+1 -1
View File
@@ -111,7 +111,7 @@ dependencies = [
[[package]]
name = "bottom"
version = "0.14.8"
version = "0.14.9"
dependencies = [
"anyhow",
"clap",