From 1b4d5573469a551f49d00d7895ced19c96f55265 Mon Sep 17 00:00:00 2001 From: David Renshaw <dwrenshaw@gmail.com> Date: Tue, 28 Nov 2017 07:35:40 -0500 Subject: [PATCH] prepare for 0.0.2 release --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index fdaeb0f..18ae7ab 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -187,7 +187,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "seer" -version = "0.0.1" +version = "0.0.2" dependencies = [ "byteorder 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "cargo_metadata 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index 07604e0..597da9d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ description = "symbolic execution engine for rust" license = "MIT/Apache-2.0" repository = "https://github.com/dwrensha/seer" name = "seer" -version = "0.0.1" +version = "0.0.2" [[bin]] doc = false -- GitLab