Skip to content

Commit

Permalink
Disable feature check on MSRV
Browse files Browse the repository at this point in the history
  • Loading branch information
taiki-e committed Dec 26, 2021
1 parent dba57a2 commit bce74ca
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,9 @@ jobs:
fail-fast: false
matrix:
rust:
- 1.36.0
# Some dependencies of benchmarks use the 2021 edition.
# TODO: Uncomment once https://github.com/taiki-e/cargo-hack/issues/135 implemented.
# - 1.36.0
- nightly
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit bce74ca

Please sign in to comment.