Update uuid version range

Allow 0.5 and 0.6
This commit is contained in:
theduke 2018-05-10 06:43:28 +02:00 committed by GitHub
parent 9313c7ca6d
commit 61f0c7d337
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -42,7 +42,7 @@ serde_derive = {version="1.0.2" }
chrono = { version = "0.4.0", optional = true }
serde_json = { version="1.0.2", optional = true }
url = { version = "1.5.1", optional = true }
uuid = { version = "0.5.1", optional = true }
uuid = { version = "> 0.4, < 0.7", optional = true }
[dev-dependencies]
bencher = "0.1.2"