Skip to content

Commit

Permalink
fix schemars uuid feature
Browse files Browse the repository at this point in the history
  • Loading branch information
matt-phylum committed Jul 1, 2022
1 parent f47679b commit 5099de9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ edition = "2018"
[dependencies]
chrono = { version = "0.4.11", default-features = false, features = ["serde"] }
log = "^0.4.6"
schemars = { version = "0.8", features = ["chrono", "uuid08"] }
schemars = { version = "0.8", features = ["chrono", "uuid1"] }
serde = { version = "^1.0", features = ["derive"] }
serde_derive = "1.0"
uuid = { version = "1.0.0", features = ["serde", "v4"] }
uuid = { version = "1.1.2", features = ["serde", "v4"] }

0 comments on commit 5099de9

Please sign in to comment.