aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorGuillaume Pasquet <dev@etenil.net>2022-02-24 07:27:41 +0000
committerGuillaume Pasquet <dev@etenil.net>2022-02-24 07:27:41 +0000
commit63be75f5440c981fa50d8a56e14fff337b6f7b25 (patch)
treefbe5f05e2ffd424116db46438d7428a2ec49ac1f /Cargo.toml
parentbdd52c6b902f2af98ca18e07a887585633dc4db9 (diff)
Print substituted request line
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 2a1eef1..09bd918 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -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."