Skip to content

Commit

Permalink
Update msrv to 1.74.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dalance committed Jul 30, 2024
1 parent 4da3fb6 commit 17cb12c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/regression.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
- uses: actions/checkout@v3
- uses: dtolnay/rust-toolchain@v1
with:
toolchain: 1.70.0
toolchain: 1.74.0
targets: x86_64-unknown-linux-gnu
- name: Run build
run: cargo build
Expand Down
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

## [Unreleased](https://github.com/dalance/procs/compare/v0.14.5...Unreleased) - ReleaseDate

* [Changed] MSRV to Rust 1.74
* [Added] aarch64-apple-darwin build release

## [v0.14.5](https://github.com/dalance/procs/compare/v0.14.4...v0.14.5) - 2024-03-07

* [Added] Add show_self_parents option [#607](https://github.com/dalance/procs/pull/607)
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ readme = "README.md"
description = "A modern replacement for ps"
edition = "2021"
exclude = ["img/*", "config/*"]
rust-version = "1.70"
rust-version = "1.74"

[package.metadata.release]
pre-release-commit-message = "Prepare to v{{version}}"
Expand Down

0 comments on commit 17cb12c

Please sign in to comment.