55![ License: MIT OR Apache-2.0] ( https://img.shields.io/crates/l/newtype-uuid.svg? )
66[ ![ crates.io] ( https://img.shields.io/crates/v/newtype-uuid.svg?logo=rust )] ( https://crates.io/crates/newtype-uuid )
77[ ![ docs.rs] ( https://img.shields.io/docsrs/newtype-uuid.svg?logo=docs.rs )] ( https://docs.rs/newtype-uuid )
8- [ ![ Rust: ^1.75 .0] ( https://img.shields.io/badge/rust-^1.75 .0-93450a.svg?logo=rust )] ( https://doc.rust-lang.org/cargo/reference/manifest.html#the-rust-version-field )
8+ [ ![ Rust: ^1.67 .0] ( https://img.shields.io/badge/rust-^1.67 .0-93450a.svg?logo=rust )] ( https://doc.rust-lang.org/cargo/reference/manifest.html#the-rust-version-field )
99<!-- cargo-sync-rdme ]] -->
1010<!-- cargo-sync-rdme rustdoc [[ -->
1111A newtype wrapper around [ ` Uuid ` ] ( https://docs.rs/uuid/1.17.0/uuid/struct.Uuid.html ) .
@@ -111,7 +111,7 @@ permits conversions between typed and untyped UUIDs.
111111
112112## Minimum supported Rust version (MSRV)
113113
114- The MSRV of this crate is ** Rust 1.75 .** In general, this crate will follow the MSRV of the
114+ The MSRV of this crate is ** Rust 1.67 .** In general, this crate will follow the MSRV of the
115115underlying ` uuid ` crate or of dependencies, with an aim to be conservative.
116116
117117Within the 1.x series, MSRV updates will be accompanied by a minor version bump. The MSRVs for
@@ -120,7 +120,6 @@ each minor version are:
120120* Version ** 1.0.x** : Rust 1.60.
121121* Version ** 1.1.x** : Rust 1.61. This permits ` TypedUuid<T> ` to have ` const fn ` methods.
122122* Version ** 1.2.x** : Rust 1.67, required by some dependency updates.
123- * Unreleased: Rust 1.75, required by some dependency updates.
124123
125124## Alternatives
126125
0 commit comments