Skip to content

Commit

Permalink
Specify Cargo versions
Browse files Browse the repository at this point in the history
  • Loading branch information
danburkert committed Nov 22, 2015
1 parent 056070e commit 4147bfb
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,15 +44,15 @@ build = "build.rs"
capnpc = "0.5"

[dependencies]
bufstream = "*"
bufstream = "0.1"
capnp = "0.5"
capnp-nonblock = "0.2"
log = "*"
mio = "*"
rand = "*"
scoped_log = "*"
uuid = "*"
wrapped_enum = "*"
log = "0.3"
mio = "0.4"
rand = "0.3"
scoped_log = "0.1"
uuid = "0.1"
wrapped_enum = "0.1"

[dev-dependencies]
env_logger = "*"
Expand Down

0 comments on commit 4147bfb

Please sign in to comment.