chore: remove need for cargo readme

Just use `#![doc = include_str!("../README.md")]`

Signed-off-by: Harald Hoyer <harald@hoyer.xyz>
This commit is contained in:
Harald Hoyer 2023-07-27 14:54:57 +02:00
parent 165c1b939c
commit cf62d1a9f9
Signed by: harald
GPG key ID: 900F3C4971086004
3 changed files with 3 additions and 121 deletions

View file

@ -19,7 +19,7 @@ jobs:
strategy:
matrix:
version:
- 1.46.0
- 1.54.0
- stable
- beta
- nightly
@ -70,16 +70,3 @@ jobs:
with:
command: clippy
args: -- -D warnings
readme:
name: cargo readme
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: dtolnay/rust-toolchain@master
with:
toolchain: stable
profile: minimal
override: true
- run: cargo install cargo-readme
- run: cargo readme > README.md && git diff --exit-code