From 9ff8dcab2c0de9dfceeadb2894afe1b079613faa Mon Sep 17 00:00:00 2001 From: Daniel Schadt Date: Tue, 22 Apr 2025 21:58:50 +0200 Subject: push version to 0.2.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 81985e0..c4bd30a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -718,7 +718,7 @@ checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec" [[package]] name = "zears" -version = "0.1.0" +version = "0.2.0" dependencies = [ "aes", "blake2", diff --git a/Cargo.toml b/Cargo.toml index 85f7da5..9e408d4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "zears" -version = "0.1.0" +version = "0.2.0" edition = "2024" license = "MIT" description = "Rust implementation of the AEZ v5 cipher." -- cgit v1.2.3