aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorGuillaume Pasquet <dev@etenil.net>2022-02-20 09:30:46 +0000
committerGuillaume Pasquet <dev@etenil.net>2022-02-20 09:30:46 +0000
commitf69d2801069850b48c6424b50d0107799d56e2f8 (patch)
treeeaba8081a01fa69bcb23576daf6b3178e8c13765 /Cargo.toml
parentca6531ed467d1772f7b4afed05a69d666b071c14 (diff)
Handle errors (more) gracefully
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 6e5e22c..68d51da 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,7 +1,7 @@
[package]
name = "barb"
-version = "0.1.2"
-edition = "2018"
+version = "0.1.3"
+edition = "2021"
license = "GPL-3.0-or-later"
description = "Command-line tool to perform file-based HTTP(s) requests."
repository = "https://gitlab.com/guillaume54/barb"