Skip to content

Commit

Permalink
bump time to use winapi 0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Eh2406 committed Aug 17, 2018
1 parent b49848d commit 5fc6edd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ 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 }
Expand Down

0 comments on commit 5fc6edd

Please sign in to comment.