Skip to content

Commit 23cf495

Browse files
authored
Update Cargo.toml, fix for build error (see rust-lang#164)
1 parent 1f8aa8d commit 23cf495

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
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)