Skip to content

Commit

Permalink
Merge pull request #706 from uuid-rs/chore/msrv
Browse files Browse the repository at this point in the history
Track MSRV in Cargo.toml
  • Loading branch information
KodrAus authored Aug 16, 2023
2 parents cef5019 + 233e2c1 commit 50f7027
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ name = "uuid"
readme = "README.md"
repository = "https://github.com/uuid-rs/uuid"
version = "1.4.1" # remember to update html_root_url in lib.rs
rust-version = "1.57.0"

[package.metadata.docs.rs]
rustc-args = ["--cfg", "uuid_unstable"]
Expand Down
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 50f7027

Please sign in to comment.