add MSRV to Cargo.toml

This commit is contained in:
Ashley Mannix 2023-08-16 15:55:12 +10:00 committed by GitHub
parent dcd0e5f1ab
commit 233e2c1e66
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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"]