diff options
author | Guillaume Pasquet <dev@etenil.net> | 2022-02-16 13:56:40 +0000 |
---|---|---|
committer | Guillaume Pasquet <dev@etenil.net> | 2022-02-16 13:56:40 +0000 |
commit | 47fd1e1985faa8d3251674c4ea92e11797da5866 (patch) | |
tree | 0834fca8780992f075dfbe6b4146189874e238f6 /Cargo.toml | |
parent | 39b1ad964e03ec813c27708b2b1f8e952dfe3f00 (diff) |
Fix: pick up list of files instead of hard-coded thing
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.0" +version = "0.1.1" edition = "2018" license = "GPL-3.0-or-later" description = "Command-line tool to perform file-based HTTP(s) requests." |