aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 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."