Merge pull request #165 from sharazam/patch-1

Update Cargo.toml, fix for build error (see #164)
This commit is contained in:
Oliver Schneider 2017-05-09 16:42:54 +02:00 committed by GitHub
commit 25185fd324

View file

@ -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"