Skip to content

Commit

Permalink
Ensure version requirements are up to date
Browse files Browse the repository at this point in the history
  • Loading branch information
alexcrichton committed Mar 15, 2019
1 parent 8caf56d commit 0cc0028
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@ An implementation of the GNU make jobserver for Rust
"""

[dependencies]
log = "0.4"
log = "0.4.6"

[target.'cfg(unix)'.dependencies]
libc = "0.2"
libc = "0.2.50"

[target.'cfg(windows)'.dependencies]
rand = "0.6"
rand = "0.6.5"

[dev-dependencies]
futures = "0.1"
Expand Down

0 comments on commit 0cc0028

Please sign in to comment.