Skip to content

Commit

Permalink
Update MSRV to 1.64 (#98)
Browse files Browse the repository at this point in the history
  • Loading branch information
ranweiler committed Sep 4, 2023
1 parent 6888a4f commit e8e9a35
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
matrix:
rust:
- stable
- 1.63
- 1.64
steps:
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
Expand Down Expand Up @@ -44,7 +44,7 @@ jobs:
- aarch64-unknown-linux-gnu
rust:
- stable
- 1.63
- 1.64
steps:
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
Expand Down
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Changed

- Update MSRV to 1.64

### Fixed

## [v0.10.0] - 2023-04-20
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "pete"
version = "0.10.0"
rust-version = "1.63"
rust-version = "1.64"
edition = "2018"
license = "ISC"
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ A friendly wrapper around the Linux `ptrace(2)` syscall.
The current minimum supported OS and compiler versions are:

- Linux 4.8
- rustc 1.63
- rustc 1.64

Continuous testing is only run for `x86_64-unknown-linux-gnu`.

Expand Down

0 comments on commit e8e9a35

Please sign in to comment.