diff options
-rw-r--r-- | Cargo.lock | 2 | ||||
-rw-r--r-- | Cargo.toml | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -36,7 +36,7 @@ checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa" [[package]] name = "barb" -version = "0.1.1" +version = "0.1.2" dependencies = [ "clap 3.0.14", "jsonformat", @@ -1,6 +1,6 @@ [package] name = "barb" -version = "0.1.1" +version = "0.1.2" edition = "2018" license = "GPL-3.0-or-later" description = "Command-line tool to perform file-based HTTP(s) requests." |