1
0
Fork 0
mirror of https://github.com/lise-henry/crowbook synced 2024-05-23 09:06:17 +02:00

Merge pull request #52 from Dylan-DPC/patch-1

Update uuid to 0.6
This commit is contained in:
Élisabeth Henry 2018-03-07 13:12:09 +01:00 committed by GitHub
commit fe0efccb3b
Signed by: GitHub
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -48,7 +48,7 @@ mime_guess = "1"
pulldown-cmark = { version = "0.1.0", default-features = false}
yaml-rust = "0.4"
mustache = "0.8"
uuid = { version = "0.5", features = ["v4"] }
uuid = { version = "0.6", features = ["v4"] }
walkdir = "2"
rustc-serialize = "0.3"
rayon = "1.0"