Merge pull request #165 from sharazam/patch-1
Update Cargo.toml, fix for build error (see #164)
This commit is contained in:
commit
25185fd324
1 changed files with 1 additions and 1 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue