Compare commits

...

1 commit

Author SHA1 Message Date
Emily Toop 8f125c04dd Update cargo import for uuid to enable the V4 features for creating new Uuids 2017-11-29 17:39:50 +00:00

View file

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