Skip to content

Commit 25185fd

Browse files
authored
Merge pull request rust-lang#165 from sharazam/patch-1
Update Cargo.toml, fix for build error (see rust-lang#164)
2 parents 1f8aa8d + 23cf495 commit 25185fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ test = false
2121

2222
[dependencies]
2323
#byteorder = "0.4.2"
24-
byteorder = { git = "https://github.com/quininer/byteorder.git", branch = "i128", features = ["i128"]}
24+
byteorder = { git = "https://github.com/BurntSushi/byteorder", features = ["i128"]}
2525
env_logger = "0.3.3"
2626
log = "0.3.6"
2727
log_settings = "0.1.1"

0 commit comments

Comments
 (0)