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 5dc59cb commit 06fbb41Copy full SHA for 06fbb41
CHANGELOG.md
@@ -1,6 +1,11 @@
1
# Changelog
2
3
-## 0.7.2
+## 0.7.3
4
+
5
+ * Add support for FreeBSD
6
+ * Update rustler Rust crate to 0.29
7
8
+## 0.7.2 (retired)
9
10
* Add support for FreeBSD
11
* Update rustler Rust crate to 0.29
mix.exs
@@ -1,7 +1,7 @@
defmodule ExKeccak.MixProject do
use Mix.Project
- @version "0.7.2"
+ @version "0.7.3"
@source_url "https://github.com/tzumby/ex_keccak"
def project do
0 commit comments