Update byteorder to 1.x and bump our crate version now that this builds on rust 1.64.0

This commit is contained in:
Christopher Cole 2022-10-02 23:19:44 -07:00
parent c4a9732fef
commit ce65abaecc

View File

@ -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"