Skip to content

Commit 4559eb4

Browse files
authored
Update MSRV to 1.56.1 (#80)
1 parent e8ebee9 commit 4559eb4

File tree

4 files changed

+7
-4
lines changed

4 files changed

+7
-4
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
matrix:
1212
rust:
1313
- stable
14-
- 1.46.0
14+
- 1.56.1
1515
steps:
1616
- uses: actions/checkout@v2
1717
- uses: actions-rs/toolchain@v1
@@ -44,7 +44,7 @@ jobs:
4444
- aarch64-unknown-linux-gnu
4545
rust:
4646
- stable
47-
- 1.46.0
47+
- 1.56.1
4848
steps:
4949
- uses: actions/checkout@v2
5050
- uses: actions-rs/toolchain@v1

CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1111

1212
### Changed
1313

14+
- MSRV is now 1.56.1
15+
1416
### Fixed
1517

1618
## [v0.8.0] - 2021-09-30

Cargo.toml

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
[package]
22
name = "pete"
33
version = "0.8.0"
4-
authors = ["Joe Ranweiler <joe@lemma.co>"]
4+
rust-version = "1.56.1"
55
edition = "2018"
66
license = "ISC"
77
readme = "README.md"
8+
authors = ["Joe Ranweiler <joe@lemma.co>"]
89
repository = "https://github.com/ranweiler/pete"
910
description = "A friendly wrapper around ptrace(2)"
1011
include = [

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ A friendly wrapper around the Linux `ptrace(2)` syscall.
77
The current minimum supported OS and compiler versions are:
88

99
- Linux 4.8
10-
- rustc 1.46.0
10+
- rustc 1.56.1
1111

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

0 commit comments

Comments
 (0)