Skip to content

Commit

Permalink
minimal rust required: 1.63.0
Browse files Browse the repository at this point in the history
  • Loading branch information
royaltm committed Jul 9, 2023
1 parent 9706fef commit 4425e54
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@ jobs:
strategy:
matrix:
rust:
- 1.60.0
- 1.63.0
- stable
- beta
- nightly
include:
- rust: 1.60.0
- rust: 1.63.0
coverage: 'send'
steps:
- name: Checkout sources
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ For more information, please see the [Documentation][Docs Link].
Rust Version
------------

`delharc` requires Rustc version 1.60 or greater due to the new syntax for Cargo features, needed by dependent crates.
`delharc` requires Rustc version 1.63 or greater due to the stabilized array::from_fn function in this version.


[Rust]: https://www.rust-lang.org/
Expand All @@ -55,4 +55,4 @@ Rust Version
[Coverage Link]: https://coveralls.io/github/royaltm/rust-delharc?branch=master
[Coverage img]: https://coveralls.io/repos/github/royaltm/rust-delharc/badge.svg?branch=master
[rustc version link]: https://github.com/royaltm/rust-delharc#rust-version
[rustc version img]: https://img.shields.io/badge/rustc-1.60+-lightgray.svg
[rustc version img]: https://img.shields.io/badge/rustc-1.63+-lightgray.svg

0 comments on commit 4425e54

Please sign in to comment.