diff --git a/Cargo.lock b/Cargo.lock index f3e0b0f..5df4d45 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -857,7 +857,7 @@ dependencies = [ [[package]] name = "pwninit" -version = "2.1.4" +version = "2.2.0" 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 ec6f794..9dd364d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pwninit" -version = "2.1.4" +version = "2.2.0" authors = ["Benjamin Levy "] edition = "2018" description = "automate starting binary exploit challenges"