Bump crate version to v0.3.1

This picks up the fixes to section table parsing for large table sizes,
and provides the new File::section_data_for_header() method.
This commit is contained in:
Christopher Cole 2022-10-21 13:49:37 -07:00
parent dd2685a864
commit 2332a54a29
No known key found for this signature in database
GPG Key ID: 0AC856975983E9DB

View File

@ -1,6 +1,6 @@
[package]
name = "elf"
version = "0.3.0"
version = "0.3.1"
authors = ["Christopher Cole <chris.cole.09@gmail.com>"]
license = "MIT/Apache-2.0"
repository = "https://github.com/cole14/rust-elf/"