Skip to content

Commit

Permalink
Bump MSRV to 1.74
Browse files Browse the repository at this point in the history
  • Loading branch information
cyqsimon committed Mar 1, 2024
1 parent 19449d2 commit 385fd03
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)

## Changed
* CI: strip release binaries for all targets #358 - @cyqsimon
* Bump MSRV to 1.74 (required by clap 4.5; see #373)

## [0.22.2] - 2024-01-28

Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ keywords = ["networking", "utilization", "cli"]
license = "MIT"
readme = "README.md"
repository = "https://github.com/imsnif/bandwhich"
rust-version = "1.70.0"
rust-version = "1.74.0"
description = "Display current network utilization by process, connection and remote IP/hostname"

[dependencies]
Expand Down

0 comments on commit 385fd03

Please sign in to comment.