summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVincent Breitmoser <look@my.amazin.horse>2024-01-26 15:32:48 +0100
committerVincent Breitmoser <look@my.amazin.horse>2024-01-26 15:35:37 +0100
commit7c7b15e37c961f03dcb64fe025fef0bec433d541 (patch)
treee692463500514c78cfb229201af8cb3a58b73338
parentdfafe5cdb78054b980b057450afb429266c9bdd5 (diff)
version 1.3.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 e628a0a..00ea803 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -877,7 +877,7 @@ dependencies = [
[[package]]
name = "hagrid"
-version = "1.2.1"
+version = "1.3.0"
dependencies = [
"anyhow",
"base64 0.10.1",
diff --git a/Cargo.toml b/Cargo.toml
index 0ca0746..5666fb3 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "hagrid"
-version = "1.2.1"
+version = "1.3.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"