From bf39475b1e85d41e76aa5ad0674ef7c4fafe5d9b Mon Sep 17 00:00:00 2001 From: David Renshaw <dwrenshaw@gmail.com> Date: Tue, 28 Nov 2017 20:11:20 -0500 Subject: [PATCH] bump version --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 18ae7ab..70128f0 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.2" +version = "0.0.3" 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 80b9147..5df0af3 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.2" +version = "0.0.3" readme = "README.md" -- GitLab