Skip to content

Commit

Permalink
Merge pull request rust-lang#165 from sharazam/patch-1
Browse files Browse the repository at this point in the history
Update Cargo.toml, fix for build error (see rust-lang#164)
  • Loading branch information
oli-obk authored May 9, 2017
2 parents 1f8aa8d + 23cf495 commit 25185fd
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 @@ -21,7 +21,7 @@ test = false

[dependencies]
#byteorder = "0.4.2"
byteorder = { git = "https://github.com/quininer/byteorder.git", branch = "i128", features = ["i128"]}
byteorder = { git = "https://github.com/BurntSushi/byteorder", features = ["i128"]}
env_logger = "0.3.3"
log = "0.3.6"
log_settings = "0.1.1"
Expand Down

0 comments on commit 25185fd

Please # to comment.