Commit 4559eb4 1 parent e8ebee9 commit 4559eb4 Copy full SHA for 4559eb4
File tree 4 files changed +7
-4
lines changed
4 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 11
11
matrix :
12
12
rust :
13
13
- stable
14
- - 1.46.0
14
+ - 1.56.1
15
15
steps :
16
16
- uses : actions/checkout@v2
17
17
- uses : actions-rs/toolchain@v1
44
44
- aarch64-unknown-linux-gnu
45
45
rust :
46
46
- stable
47
- - 1.46.0
47
+ - 1.56.1
48
48
steps :
49
49
- uses : actions/checkout@v2
50
50
- uses : actions-rs/toolchain@v1
Original file line number Diff line number Diff line change @@ -11,6 +11,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
11
11
12
12
### Changed
13
13
14
+ - MSRV is now 1.56.1
15
+
14
16
### Fixed
15
17
16
18
## [ v0.8.0] - 2021-09-30
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " pete"
3
3
version = " 0.8.0"
4
- authors = [ " Joe Ranweiler <joe@lemma.co> " ]
4
+ rust-version = " 1.56.1 "
5
5
edition = " 2018"
6
6
license = " ISC"
7
7
readme = " README.md"
8
+ authors = [" Joe Ranweiler <joe@lemma.co>" ]
8
9
repository = " https://github.com/ranweiler/pete"
9
10
description = " A friendly wrapper around ptrace(2)"
10
11
include = [
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ A friendly wrapper around the Linux `ptrace(2)` syscall.
7
7
The current minimum supported OS and compiler versions are:
8
8
9
9
- Linux 4.8
10
- - rustc 1.46.0
10
+ - rustc 1.56.1
11
11
12
12
Continuous testing is only run for ` x86_64-unknown-linux-gnu ` .
13
13
You can’t perform that action at this time.
0 commit comments