From 6e62d2fdd59cdd08c859eec7efd508661d2c69c2 Mon Sep 17 00:00:00 2001 From: Christopher Cole Date: Sat, 5 Nov 2022 14:53:50 -0700 Subject: [PATCH] Bump crate version to v0.6.1 New interfaces: * Expose Class and Endian in the public interface. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 369f0ab..8b61862 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "elf" -version = "0.6.0" +version = "0.6.1" authors = ["Christopher Cole "] license = "MIT/Apache-2.0" repository = "https://github.com/cole14/rust-elf/"