summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorSebastian Thiel <sebastian.thiel@icloud.com>2020-03-29 13:19:48 +0800
committerSebastian Thiel <sebastian.thiel@icloud.com>2020-03-29 13:19:54 +0800
commit00e70066ea495af9464b9d12cfd8ef15a40c6584 (patch)
tree5539864fb838d0a03b61543d1a07bc60cc1f0c3b /Cargo.toml
parentede622480acb4066ea864bae200ea89de46dbcdd (diff)
Also exit quickly when ctrl+c is pressed
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 4bfa1c4..e786b0a 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "dua-cli"
-version = "2.3.9"
+version = "3.0.0"
authors = ["Sebastian Thiel <byronimo@gmail.com>"]
edition = "2018"
include = ["src/**/*", "Cargo.*", "*.md", "LICENSE"]