Skip to content

Commit

Permalink
Update mio-aio dependency to 0.4.1
Browse files Browse the repository at this point in the history
Apparently Cargo isn't smart enough to figure out a version of Nix that
can satisfy both tokio-file and mio-aio.  This change makes it easier
for Cargol.
  • Loading branch information
asomers committed Aug 8, 2019
1 parent 0ab2b47 commit 07502b8
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 @@ -15,7 +15,7 @@ documentation = "https://asomers.github.io/tokio-file/tokio_file/"
futures = "0.1.10"
mio = "0.6.13"
nix = "0.*.1, >= 0.12.1"
mio-aio = "0.4.0"
mio-aio = "0.4.1"
tokio-reactor = "0.1.6"

[dev-dependencies]
Expand Down

0 comments on commit 07502b8

Please sign in to comment.