Skip to content

Commit

Permalink
Update dev dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
bachp committed Sep 2, 2018
1 parent 7e2b881 commit 9422dfb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@ void = "1.0.2"
cc = "1"

[dev-dependencies]
bytes = "0.4.8"
bytes = "0.4"
lazy_static = "1"
rand = "0.5"
tempfile = "3"

[target.'cfg(target_os = "freebsd")'.dev-dependencies]
sysctl = "0.1"
sysctl = "0.2"

[[test]]
name = "test"
Expand Down

0 comments on commit 9422dfb

Please sign in to comment.