From c30ba66e1aa70cc173a87d78d18cff0460ac9f46 Mon Sep 17 00:00:00 2001 From: m4b Date: Tue, 16 Jan 2018 00:31:37 -0800 Subject: [PATCH] build: update version to 0.5.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ec7de41..c81b99d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -44,7 +44,7 @@ dependencies = [ [[package]] name = "bingrep" -version = "0.4.1" +version = "0.5.0" dependencies = [ "atty 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)", "cpp_demangle 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index b1d5b40..1d595be 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] authors = ["m4b "] name = "bingrep" -version = "0.4.1" +version = "0.5.0" keywords = ["binary", "elf", "mach", "pe", "cross-platform"] repository = "https://github.com/m4b/bingrep" license = "MIT"