Update uuid to 0.4.0

Fixes #628.
This commit is contained in:
Jovansonlee Cesar 2017-02-07 19:08:55 +08:00 committed by Sean Griffin
parent e5fb60b33e
commit 9bb2430fa4
3 changed files with 4 additions and 2 deletions

View File

@ -13,6 +13,8 @@ for Rust libraries in [RFC #1105](https://github.com/rust-lang/rfcs/blob/master/
* Updated chrono to version 0.3.
* Updated uuid to version 0.4.
## [0.10.0] - 2017-02-02
### Added

View File

@ -19,7 +19,7 @@ mysqlclient-sys = { git = "https://github.com/sgrif/mysqlclient-sys.git", option
pq-sys = { version = "^0.2.0", optional = true }
quickcheck = { version = "0.3.1", optional = true }
serde_json = { version = ">=0.8.0, <0.10.0", optional = true }
uuid = { version = ">=0.2.0, <0.4.0", optional = true, features = ["use_std"] }
uuid = { version = ">=0.2.0, <0.5.0", optional = true, features = ["use_std"] }
url = { version = "1.4.0", optional = true }
[dev-dependencies]

View File

@ -16,7 +16,7 @@ diesel = { path = "../diesel", default-features = false, features = ["quickcheck
diesel_codegen = { path = "../diesel_codegen" }
dotenv = "0.8.0"
quickcheck = { version = "0.3.1", features = ["unstable"] }
uuid = { version = ">=0.2.0, <0.4.0" }
uuid = { version = ">=0.2.0, <0.5.0" }
serde_json = "0.9"
[features]