aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Audron <audron@cocaine.farm>2021-06-13 17:14:35 +0200
committerMax Audron <audron@cocaine.farm>2021-06-13 17:14:35 +0200
commit8e3f21362833874a39994157b85db64313d4d2ad (patch)
treeb0da4124cd7083a2f949480384347a27cc6d7513
parentfix crash on message only containing whitespace (diff)
release version 1.2.1
* fix crash on empty message
Diffstat (limited to '')
-rw-r--r--Cargo.lock2
-rw-r--r--Cargo.toml2
2 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 142e671..41b786a 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -73,7 +73,7 @@ checksum = "b700ce4376041dcd0a327fd0097c41095743c4c8af8887265942faf1100bd040"
[[package]]
name = "catinator"
-version = "1.2.0"
+version = "1.2.1"
dependencies = [
"anyhow",
"base64",
diff --git a/Cargo.toml b/Cargo.toml
index e149ef1..cc2bc9b 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "catinator"
-version = "1.2.0"
+version = "1.2.1"
authors = ["Max Audron <audron@cocaine.farm>"]
edition = "2018"