From faac05b93418338fe73aac03fd2f801899f1b206 Mon Sep 17 00:00:00 2001 From: Coda Hale Date: Tue, 31 Dec 2024 21:12:24 -0700 Subject: [PATCH] release: version 0.25.3 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 309a769..a5537db 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -629,7 +629,7 @@ checksum = "9c198f91728a82281a64e1f4f9eeb25d82cb32a5de251c6bd1b5154d63a8e7bd" [[package]] name = "lockstitch" -version = "0.25.2" +version = "0.25.3" dependencies = [ "aegis", "aes", diff --git a/Cargo.toml b/Cargo.toml index e312976..7372d0d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "lockstitch" -version = "0.25.2" +version = "0.25.3" edition = "2021" authors = ["Coda Hale "] license = "MIT"