Skip to content

Commit 9ca74fd

Browse files
committed
Bump MSRV to 1.74
1 parent 83daa39 commit 9ca74fd

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
1414

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

1819
## [0.22.2] - 2024-01-28
1920

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ keywords = ["networking", "utilization", "cli"]
1717
license = "MIT"
1818
readme = "README.md"
1919
repository = "https://github.com/imsnif/bandwhich"
20-
rust-version = "1.70.0"
20+
rust-version = "1.74.0"
2121
description = "Display current network utilization by process, connection and remote IP/hostname"
2222

2323
[dependencies]

0 commit comments

Comments
 (0)