Skip to content

Commit

Permalink
add MSRV to Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
KodrAus authored Aug 16, 2023
1 parent dcd0e5f commit 233e2c1
Showing 1 changed file with 1 addition and 0 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

0 comments on commit 233e2c1

Please sign in to comment.