summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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>",