]> git.lizzy.rs Git - rust.git/commitdiff
Update Cargo.toml, fix for build error (see #164)
authorFelix Schütt <sharazam@users.noreply.github.com>
Tue, 9 May 2017 14:35:09 +0000 (16:35 +0200)
committerGitHub <noreply@github.com>
Tue, 9 May 2017 14:35:09 +0000 (16:35 +0200)
Cargo.toml

index ba7e38bed85b4cf4ee56bba47b3dfcaed73abccd..500341303e092b2f19e5030119f9cd851582f250 100644 (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"