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 4717c9f commit 0c66d1cCopy full SHA for 0c66d1c
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# Changelog
2
3
+## 0.7.2
4
+
5
+ * Add support for FreeBSD
6
+ * Update rustler Rust crate to 0.29
7
8
## 0.7.1
9
10
* Fix typo in README.md
mix.exs
@@ -1,7 +1,7 @@
defmodule ExKeccak.MixProject do
use Mix.Project
- @version "0.7.1"
+ @version "0.7.2"
@source_url "https://github.com/tzumby/ex_keccak"
def project do
0 commit comments