We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd8fd65 commit 38d99b7Copy full SHA for 38d99b7
CHANGELOG.md
@@ -1,3 +1,6 @@
1
+# Version 0.6.4
2
+- Enable cargo fmt check (#19)
3
+
4
# Version 0.6.3
5
- check input length in decrypt (#17)
6
Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "libaes"
-version = "0.6.3"
+version = "0.6.4"
authors = ["Han Xu <[email protected]>"]
edition = "2018"
description = "AES cipher in safe Rust with no dependencies"
0 commit comments