Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,3 +41,12 @@ jobs:
run: taplo lint
- name: taplo fmt
run: taplo fmt --check --diff

msrv:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: taiki-e/install-action@cargo-hack
- uses: Swatinem/rust-cache@v2
- name: check with all-features
run: cargo hack --rust-version --no-private --no-dev-deps check --all-features
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ documentation = "https://docs.rs/graphql-parser"
version = "0.4.1"
authors = ["Paul Colomiets <[email protected]>"]
edition = "2018"
rust-version = "1.61"

[dependencies]
combine = "4.6.6"
Expand Down
Loading