diff options
author | Guillaume Pasquet <dev@etenil.net> | 2022-02-24 07:27:41 +0000 |
---|---|---|
committer | Guillaume Pasquet <dev@etenil.net> | 2022-02-24 07:27:41 +0000 |
commit | 63be75f5440c981fa50d8a56e14fff337b6f7b25 (patch) | |
tree | fbe5f05e2ffd424116db46438d7428a2ec49ac1f /Cargo.toml | |
parent | bdd52c6b902f2af98ca18e07a887585633dc4db9 (diff) |
Print substituted request line
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ [package] name = "barb" -version = "0.1.4" +version = "0.1.5" edition = "2021" license = "GPL-3.0-or-later" description = "Command-line tool to perform file-based HTTP(s) requests." |