Skip to content

Commit

Permalink
deps: bump starship-battery to 0.10.0 (#1607)
Browse files Browse the repository at this point in the history
  • Loading branch information
ClementTsang authored Oct 15, 2024
1 parent 4189ae0 commit 318ed9f
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 19 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ That said, these are more guidelines rather than hardset rules, though the proje

---

## [0.11.0]/[0.10.3] - Unreleased
## [0.11.0] - Unreleased

### Bug Fixes

Expand Down
22 changes: 6 additions & 16 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 = "bottom"
version = "0.10.2"
version = "0.11.0"
authors = ["Clement Tsang <[email protected]>"]
edition = "2021"
repository = "https://github.com/ClementTsang/bottom"
Expand Down Expand Up @@ -96,7 +96,7 @@ itertools = "0.13.0"
nvml-wrapper = { version = "0.10.0", optional = true, features = ["legacy-functions"] }
regex = "1.11.0"
serde = { version = "1.0.210", features = ["derive"] }
starship-battery = { version = "0.9.1", optional = true }
starship-battery = { version = "0.10.0", optional = true }
sysinfo = "=0.30.13"
toml_edit = { version = "0.22.22", features = ["serde"] }
tui = { version = "0.27.0", package = "ratatui" }
Expand Down

0 comments on commit 318ed9f

Please sign in to comment.