mirror of https://github.com/eldruin/ds323x-rs
Document MSRV in readme
parent
e4f15715ed
commit
fd66a531e2
|
@ -2,6 +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)
|
||||
|
||||
|
@ -131,6 +132,11 @@ fn main() {
|
|||
For questions, issues, feature requests, and other changes, please file an
|
||||
[issue in the github project](https://github.com/eldruin/ds323x-rs/issues).
|
||||
|
||||
## Minimum Supported Rust Version (MSRV)
|
||||
|
||||
This crate is guaranteed to compile on stable Rust 1.31 and up. It *might*
|
||||
compile with older versions but that may change in any new patch release.
|
||||
|
||||
## License
|
||||
|
||||
Licensed under either of
|
||||
|
@ -147,4 +153,3 @@ at your option.
|
|||
Unless you explicitly state otherwise, any contribution intentionally submitted
|
||||
for inclusion in the work by you, as defined in the Apache-2.0 license, shall
|
||||
be dual licensed as above, without any additional terms or conditions.
|
||||
|
||||
|
|
Loading…
Reference in New Issue