diff options
-rw-r--r-- | Cargo.lock | 2 | ||||
-rw-r--r-- | Cargo.toml | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -718,7 +718,7 @@ checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec" [[package]] name = "zears" -version = "0.1.0" +version = "0.2.0" dependencies = [ "aes", "blake2", @@ -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." |