Bump crate version to 0.2.0

This commit is contained in:
Christopher Cole 2022-10-20 14:13:39 -07:00
parent ebd2cfd7d8
commit bab7e10ca4
No known key found for this signature in database
GPG Key ID: 0AC856975983E9DB

View File

@ -1,9 +1,8 @@
[package]
name = "elf"
version = "0.1.0"
version = "0.2.0"
authors = ["Christopher Cole <chris.cole.09@gmail.com>"]
license = "MIT/Apache-2.0"
homepage = "https://github.com/cole14/rust-elf/"
repository = "https://github.com/cole14/rust-elf/"
documentation = "https://docs.rs/elf/latest/elf/"
description = "A pure-rust library for parsing ELF files"