diff --git a/Cargo.lock b/Cargo.lock index fc924f1..6a52d9c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -857,7 +857,7 @@ dependencies = [ [[package]] name = "pwninit" -version = "2.1.3" +version = "2.1.4" dependencies = [ "ar 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", "colored 1.9.2 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index 8652f8c..ddfbf0f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pwninit" -version = "2.1.3" +version = "2.1.4" authors = ["Benjamin Levy "] edition = "2018" description = "automate starting binary exploit challenges"