aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorGuillaume Pasquet <dev@etenil.net>2022-02-16 13:56:40 +0000
committerGuillaume Pasquet <dev@etenil.net>2022-02-16 13:56:40 +0000
commit47fd1e1985faa8d3251674c4ea92e11797da5866 (patch)
tree0834fca8780992f075dfbe6b4146189874e238f6 /Cargo.toml
parent39b1ad964e03ec813c27708b2b1f8e952dfe3f00 (diff)
Fix: pick up list of files instead of hard-coded thing
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 aa82567..4f2849c 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "barb"
-version = "0.1.0"
+version = "0.1.1"
edition = "2018"
license = "GPL-3.0-or-later"
description = "Command-line tool to perform file-based HTTP(s) requests."