We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b35c098 commit b21bec1Copy full SHA for b21bec1
.github/workflows/clippy_build_test.yml
@@ -13,6 +13,13 @@ env:
13
RUST_BACKTRACE: full
14
15
jobs:
16
+ msrv:
17
+ runs-on: ubuntu-latest
18
+ steps:
19
+ - uses: actions/checkout@v4
20
+ - uses: taiki-e/install-action@cargo-hack
21
+ - run: cargo hack check --rust-version --workspace --all-targets --ignore-private
22
+
23
build:
24
runs-on: ${{ matrix.os }}
25
strategy:
Cargo.toml
@@ -8,6 +8,7 @@ documentation = "https://andrewdavidmackenzie.github.io/libproc-rs/libproc/index
8
readme = "README.md"
9
license = "MIT"
10
edition = "2018"
11
+rust-version = "1.72"
12
[dependencies]
errno = "0.3.0"
0 commit comments