Skip to content

Commit

Permalink
remove MSRV from the README
Browse files Browse the repository at this point in the history
  • Loading branch information
KodrAus authored Aug 16, 2023
1 parent a64ee91 commit dcd0e5f
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# `uuid`

[![Latest Version](https://img.shields.io/crates/v/uuid.svg)](https://crates.io/crates/uuid)
![Minimum rustc version](https://img.shields.io/badge/rustc-1.46.0+-yellow.svg)
[![Continuous integration](https://github.com/uuid-rs/uuid/actions/workflows/ci.yml/badge.svg)](https://github.com/uuid-rs/uuid/actions/workflows/ci.yml)

Here's an example of a UUID:
Expand Down Expand Up @@ -68,11 +67,6 @@ library.

For more details on using `uuid`, [see the library documentation](https://docs.rs/uuid/1.4.1/uuid).

## Minimum Supported Rust Version (MSRV)

The minimum supported Rust version for `uuid` is documented in
CI. It may be bumped in minor releases as necessary.

## References

* [`uuid` library docs](https://docs.rs/uuid/1.4.1/uuid).
Expand All @@ -96,4 +90,4 @@ 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.
be dual licensed as above, without any additional terms or conditions.

0 comments on commit dcd0e5f

Please sign in to comment.