summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2021-08-31 08:46:31 +0200
committerMatthias Beyer <mail@beyermatthias.de>2021-08-31 08:49:42 +0200
commit40e073503affa595d40c215616b73d24ee62ee9b (patch)
tree6d148f0ce6b0a059d72d8412d093340e31ec8620
parent414fc4ff1f0aac20867728634af44ea92ea72b10 (diff)
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
-rw-r--r--Cargo.lock4
-rw-r--r--Cargo.toml2
2 files changed, 4 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 69c54af..69e36f4 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1,5 +1,7 @@
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
+version = 3
+
[[package]]
name = "addr2line"
version = "0.16.0"
@@ -167,7 +169,7 @@ checksum = "9c59e7af012c713f529e7a3ee57ce9b31ddd858d4b512923602f74608b009631"
[[package]]
name = "butido"
-version = "0.2.0"
+version = "0.2.1"
dependencies = [
"anyhow",
"aquamarine",
diff --git a/Cargo.toml b/Cargo.toml
index 1222869..3ab2436 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "butido"
-version = "0.2.0"
+version = "0.2.1"
authors = ["Matthias Beyer <mail@beyermatthias.de>",
"Matthias Beyer <matthias.beyer@atos.net>",
"Christoph Prokop <christoph.prokop@atos.net>",