diff --git a/.github/workflows/readme-checks.yml b/.github/workflows/readme-checks.yml index 9900daa..6ad1087 100644 --- a/.github/workflows/readme-checks.yml +++ b/.github/workflows/readme-checks.yml @@ -1,4 +1,4 @@ -name: rust +name: Documentation on: push: @@ -9,9 +9,8 @@ env: CARGO_TERM_COLOR: always jobs: - check msrv: + check-msrv: runs-on: ubuntu-latest - needs: build steps: - uses: actions/checkout@v4 - name: find version mentioned in readme diff --git a/README.md b/README.md index 41237e8..82cb6c8 100644 --- a/README.md +++ b/README.md @@ -183,7 +183,7 @@ cat oncall.md | mdq ':-: * :-: 2024-01-15' # Development -Requires rustc >= 1.20.0 +Requires rustc >= 1.78.0 ```bash cargo build