diff --git a/Cargo.lock b/Cargo.lock index 18ae7ab386b26856fb27c5fced28509b007aeef8..70128f02a804b06faf88474ed2c2b0d6882598a8 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 80b914747018aeb4c571e2e0e0392b8f08fc3183..5df0af382d2aef93dcb7b6bfcc1d8ee4c4c1781e 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"