Skip to content

Commit 69c9858

Browse files
committed
changelog
1 parent d4acd6a commit 69c9858

File tree

2 files changed

+11
-5
lines changed

2 files changed

+11
-5
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [0.9.6] - 2023-08-26
9+
10+
## Other
11+
12+
- [#1286](https://github.com/ClementTsang/bottom/pull/1286): Pin serde to 1.0.188 to help with potential `cargo install` issues. Note this version should be fine and not pull in binaries.
13+
814
## [0.9.5] - 2023-08-26
915

1016
## Other

README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -133,19 +133,19 @@ For more details on unsupported platforms and known problems, check out [the doc
133133
Installation via cargo can be done by installing the [`bottom`](https://crates.io/crates/bottom) crate:
134134

135135
```bash
136-
# If required, update Rust to the stable channel first
136+
# If required, update Rust to the stable channel first:
137137
rustup update stable
138138

139139
# Install
140140
cargo install bottom --locked
141141

142142
# If you use another channel by default, you can specify
143-
# the stable channel as such:
143+
# the stable channel like so:
144144
cargo +stable install bottom --locked
145145

146-
# --locked may be omitted if you wish to not used locked
147-
# dependencies. However, this may cause problems, and
148-
# is NOT supported if it does!
146+
# --locked may be omitted if you wish to not use the
147+
# locked crate versions in Cargo.lock. However, be
148+
# aware that this may cause problems with dependencies.
149149
cargo install bottom
150150
```
151151

0 commit comments

Comments
 (0)