other: bump btm's cargo version to 0.11.1 (#1783)

This commit is contained in:
Clement Tsang 2025-08-14 19:34:14 -04:00 committed by GitHub
parent c29647eaf8
commit e23af2f393
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View File

@ -145,7 +145,7 @@ checksum = "1b8e56985ec62d17e9c1001dc89c88ecd7dc08e47eba5ec7c29c7b5eeecde967"
[[package]] [[package]]
name = "bottom" name = "bottom"
version = "0.11.0" version = "0.11.1"
dependencies = [ dependencies = [
"anyhow", "anyhow",
"assert_cmd", "assert_cmd",

View File

@ -1,6 +1,6 @@
[package] [package]
name = "bottom" name = "bottom"
version = "0.11.0" version = "0.11.1"
repository = "https://github.com/ClementTsang/bottom" repository = "https://github.com/ClementTsang/bottom"
license = "MIT" license = "MIT"
description = "A customizable cross-platform graphical process/system monitor for the terminal. Supports Linux, macOS, and Windows." description = "A customizable cross-platform graphical process/system monitor for the terminal. Supports Linux, macOS, and Windows."