diff --git a/src/lib.rs b/src/lib.rs index ea33e16..e0150f9 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -121,9 +121,9 @@ //! thrown away and the actual value will be used when serializing. //! //! ## Minimum Supported Rust Version (MSRV) -//! +//! //! This crate requires Rust 1.70.0 or later. -//! +//! //! ## License //! //! The code in this repository is covered by [the Apache-2.0