version 2.0.1

This commit is contained in:
Vincent Breitmoser
2025-03-25 09:23:29 +01:00
parent f024b0bffe
commit 871cae1e24
3 changed files with 3 additions and 3 deletions

2
Cargo.lock generated
View File

@@ -965,7 +965,7 @@ dependencies = [
[[package]]
name = "hagrid"
version = "2.0.0"
version = "2.0.1"
dependencies = [
"aes-gcm",
"anyhow",

View File

@@ -1,6 +1,6 @@
[package]
name = "hagrid"
version = "2.0.0"
version = "2.0.1"
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"

View File

@@ -2,7 +2,7 @@
rustPlatform.buildRustPackage rec {
pname = "hagrid";
version = "1.0.0";
version = "2.0.1";
src = ./.;
cargoLock = {