Update byteorder to 1.x and bump our crate version now that this builds on rust 1.64.0
This commit is contained in:
parent
c4a9732fef
commit
ce65abaecc
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "elf"
|
||||
version = "0.0.10"
|
||||
version = "0.0.11"
|
||||
authors = ["Christopher Cole <chris.cole.09@gmail.com>"]
|
||||
license = "MIT/Apache-2.0"
|
||||
homepage = "https://github.com/cole14/rust-elf/"
|
||||
@ -14,4 +14,4 @@ readme = "README.md"
|
||||
name = "elf"
|
||||
|
||||
[dependencies]
|
||||
byteorder = "0.*"
|
||||
byteorder = "1"
|
||||
|
Loading…
x
Reference in New Issue
Block a user