Restrict byteorder dependency to 0.*

The simple "*" wildcard dependency is misleading and discouraged
by crates.io. Updating to a more realistic "0.*".
This commit is contained in:
Christopher Cole 2016-01-12 03:49:56 +00:00
parent 723532d61d
commit f4232021d9

View File

@ -17,4 +17,4 @@ name = "rust-readelf"
name = "elf"
[dependencies]
byteorder = "*"
byteorder = "0.*"