Skip to content

Commit

Permalink
feat: remove unused feature from uuid dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
mhatzl committed Jul 1, 2023
1 parent 0daec4a commit 9a5e941
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ readme = "README.md"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
uuid = { version = "1.3", features = ["v4", "fast-rng", "macro-diagnostics"] }
uuid = { version = "1.3", features = ["v4", "fast-rng"] }
once_cell = "1.13"

[dev-dependencies]
Expand Down

0 comments on commit 9a5e941

Please sign in to comment.