mirror of https://github.com/eldruin/ds323x-rs
Raise MSRV to 1.35.0
parent
b3323f1a15
commit
6c6088f890
|
@ -13,7 +13,7 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
matrix:
|
||||
rust: [stable, beta, 1.31.0]
|
||||
rust: [stable, beta, 1.35.0]
|
||||
TARGET:
|
||||
- x86_64-unknown-linux-gnu
|
||||
- x86_64-unknown-linux-musl
|
||||
|
@ -110,11 +110,9 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
matrix:
|
||||
rust: [stable, beta, nightly]
|
||||
rust: [stable, beta]
|
||||
TARGET: [x86_64-unknown-linux-gnu, x86_64-unknown-linux-musl]
|
||||
include:
|
||||
- rust: nightly
|
||||
experimental: true
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions-rs/toolchain@v1
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
[](https://crates.io/crates/ds323x)
|
||||
[](https://docs.rs/ds323x)
|
||||

|
||||

|
||||
[](https://github.com/eldruin/ds323x-rs/actions?query=workflow%3ABuild)
|
||||
[](https://coveralls.io/r/eldruin/ds323x-rs?branch=master)
|
||||
|
||||
|
@ -135,7 +135,7 @@ changes, please file an
|
|||
|
||||
## Minimum Supported Rust Version (MSRV)
|
||||
|
||||
This crate is guaranteed to compile on stable Rust 1.31 and up. It *might*
|
||||
This crate is guaranteed to compile on stable Rust 1.35 and up. It *might*
|
||||
compile with older versions but that may change in any new patch release.
|
||||
|
||||
## License
|
||||
|
|
Loading…
Reference in New Issue