diff --git a/Cargo.lock b/Cargo.lock index 0696050..925e792 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -249,7 +249,7 @@ checksum = "212d0f5754cb6769937f4501cc0e67f4f4483c8d2c3e1e922ee9edbe4ab4c7c0" [[package]] name = "drill" -version = "0.7.1" +version = "0.7.2" dependencies = [ "async-trait", "clap", diff --git a/Cargo.toml b/Cargo.toml index e8d9953..60a6087 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "drill" -version = "0.7.1" +version = "0.7.2" authors = ["Ferran Basora "] description = "Drill is a HTTP load testing application written in Rust inspired by Ansible syntax" repository = "https://github.com/fcsonline/drill"