Merge pull request #274 from Eh2406/minimal-versions

bump time to use winapi 0.3
This commit is contained in:
Brandon W Maister 2018-08-18 18:25:17 -04:00 committed by GitHub
commit a648423e94
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -27,10 +27,10 @@ default = ["clock"]
clock = ["time"]
[dependencies]
time = { version = "^0.1.36", optional = true }
time = { version = "0.1.39", optional = true }
num-integer = { version = "0.1.36", default-features = false }
num-traits = { version = "0.2", default-features = false }
rustc-serialize = { version = "0.3", optional = true }
rustc-serialize = { version = "0.3.20", optional = true }
serde = { version = "1", optional = true }
[dev-dependencies]