diff --git a/CHANGELOG.md b/CHANGELOG.md index 61129071..b5afd9b4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/Cargo.lock b/Cargo.lock index 32133df4..a73dabdb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -156,7 +156,7 @@ checksum = "b048fb63fd8b5923fc5aa7b340d8e156aec7ec02f0c78fa8a6ddc2613f6f71de" [[package]] name = "bottom" -version = "0.10.2" +version = "0.11.0" dependencies = [ "anyhow", "assert_cmd", @@ -169,7 +169,7 @@ dependencies = [ "clap_complete_nushell", "clap_mangen", "concat-string", - "core-foundation 0.10.0", + "core-foundation", "crossterm", "ctrlc", "dirs", @@ -360,16 +360,6 @@ version = "1.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7439becb5fafc780b6f4de382b1a7a3e70234afe783854a4702ee8adbb838609" -[[package]] -name = "core-foundation" -version = "0.9.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f" -dependencies = [ - "core-foundation-sys", - "libc", -] - [[package]] name = "core-foundation" version = "0.10.0" @@ -1403,12 +1393,12 @@ dependencies = [ [[package]] name = "starship-battery" -version = "0.9.1" +version = "0.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "da7915746794358b8f649d3032c8ce150f55b7a0cd41951f170162e82e6cf43f" +checksum = "9017a937879cf3db80807fa7c28f09eafd4981c998265233028ee7b75f898ed2" dependencies = [ "cfg-if", - "core-foundation 0.9.4", + "core-foundation", "lazycell", "libc", "mach2", @@ -1416,7 +1406,7 @@ dependencies = [ "num-traits", "plist", "uom", - "winapi", + "windows-sys 0.59.0", ] [[package]] diff --git a/Cargo.toml b/Cargo.toml index 8581dc30..8230df5b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bottom" -version = "0.10.2" +version = "0.11.0" authors = ["Clement Tsang "] edition = "2021" repository = "https://github.com/ClementTsang/bottom" @@ -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" }