Skip to content

Commit

Permalink
Support new trait 'std::op::Try'
Browse files Browse the repository at this point in the history
Direct replacement of std::op::Carrier
rust-lang/rust#42275
  • Loading branch information
pfpacket committed Jun 2, 2017
1 parent 00206e3 commit cdbb063
Show file tree
Hide file tree
Showing 7 changed files with 131 additions and 147 deletions.
100 changes: 50 additions & 50 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ name = "rs9p"
crate-type = ["rlib"]

[dependencies]
log = "*"
num = "*"
nix = "*"
byteorder = "*"
bitflags = "*"
log = "0.3"
num = "0.1"
nix = "0.7"
byteorder = "0.5"
bitflags = "0.7"
enum_primitive = "*"
net2 = { version = "*", features = ["nightly"] }
net2 = { version = "0.2", features = ["nightly"] }
Loading

0 comments on commit cdbb063

Please sign in to comment.