summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVincent Breitmoser <look@my.amazin.horse>2022-03-12 15:19:09 +0100
committerVincent Breitmoser <look@my.amazin.horse>2022-03-12 15:30:51 +0100
commit39fae28f539f3299854a8c6c148820ab135e4ab2 (patch)
tree2df05b7b887ecb701365447deae6992751d672d2
parent427fe351d8cffdfa057734767805d7dfd93578f0 (diff)
version 1.2.0
-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 b508845..1786e4f 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -927,7 +927,7 @@ dependencies = [
[[package]]
name = "hagrid"
-version = "1.1.0"
+version = "1.2.0"
dependencies = [
"anyhow",
"base64 0.10.1",
diff --git a/Cargo.toml b/Cargo.toml
index 00697c4..fd422da 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "hagrid"
-version = "1.1.0"
+version = "1.2.0"
authors = ["Vincent Breitmoser <look@my.amazin.horse>", "Kai Michaelis <kai@sequoia-pgp.org>", "Justus Winter <justus@sequoia-pgp.org>"]
build = "build.rs"
default-run = "hagrid"