Update cargo import for uuid to enable the V4 features for creating new Uuids
This commit is contained in:
parent
55588209c2
commit
8f125c04dd
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ itertools = "0.7"
|
|||
num = "0.1"
|
||||
ordered-float = "0.5"
|
||||
pretty = "0.2"
|
||||
uuid = "0.5"
|
||||
uuid = { version = "0.5", features = ["v4"] }
|
||||
|
||||
[build-dependencies]
|
||||
peg = "0.5"
|
||||
|
|
Loading…
Reference in a new issue