diff options
author | Guillaume Pasquet <dev@etenil.net> | 2022-02-21 00:20:40 +0000 |
---|---|---|
committer | Guillaume Pasquet <dev@etenil.net> | 2022-02-21 00:20:40 +0000 |
commit | bdd52c6b902f2af98ca18e07a887585633dc4db9 (patch) | |
tree | 3d6e7e9f330ff5f6e98ce5df89b78287f01380c7 | |
parent | 883b9c65fce7f8596b7da5616efab8c4ecc616a4 (diff) |
Bump version
-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.3" +version = "0.1.4" dependencies = [ "clap 3.0.14", "jq-rs", @@ -1,6 +1,6 @@ [package] name = "barb" -version = "0.1.3" +version = "0.1.4" edition = "2021" license = "GPL-3.0-or-later" description = "Command-line tool to perform file-based HTTP(s) requests." |