Skip to content

Commit

Permalink
Merge pull request #80 from danieleades/msrv
Browse files Browse the repository at this point in the history
add MSRV check to CI
  • Loading branch information
Byron authored Aug 20, 2024
2 parents 4dd27c5 + 66b9ed2 commit 08ffcb8
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,10 @@ jobs:
run: |
make tests
msrv:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: taiki-e/install-action@cargo-no-dev-deps
- uses: dtolnay/rust-toolchain@1.79.0
- run: cargo no-dev-deps check
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ documentation = "https://docs.rs/crate/pulldown-cmark-to-cmark"
readme = "README.md"
edition = "2018"
include = ["src/*.rs", "LICENSE-APACHE", "README.md", "CHANGELOG.md"]
rust-version = "1.79.0"

[dependencies]
pulldown-cmark = { version = "0.12.0", default-features = false }
Expand Down

0 comments on commit 08ffcb8

Please sign in to comment.