From aca0cdcdffda0f8ee2eadb01f81954895f724378 Mon Sep 17 00:00:00 2001 From: Vincent Breitmoser Date: Sat, 9 Apr 2022 13:37:51 +0200 Subject: [PATCH] version 1.2.1 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 1792f64..1808d27 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -912,7 +912,7 @@ dependencies = [ [[package]] name = "hagrid" -version = "1.2.0" +version = "1.2.1" dependencies = [ "anyhow", "base64 0.10.1", diff --git a/Cargo.toml b/Cargo.toml index bd0664a..4aa44a6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "hagrid" -version = "1.2.0" +version = "1.2.1" authors = ["Vincent Breitmoser ", "Kai Michaelis ", "Justus Winter "] build = "build.rs" default-run = "hagrid"