File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Changelog
22
3- ## 0.7.6
3+ ## 0.7.8
4+
5+ * Use ubuntu 22.04 to precompile nif
6+
7+ ## 0.7.7
48
5- * Update rusler Rust crate to 0.36.2
9+ * Update rustler Rust crate to 0.36.2
610
711## 0.7.6
812
Original file line number Diff line number Diff line change @@ -11,14 +11,14 @@ The package can be installed by adding `ex_keccak` to your list of dependencies
1111``` elixir
1212def deps do
1313 [
14- {:ex_keccak , " ~> 0.7.7 " }
14+ {:ex_keccak , " ~> 0.7.8 " }
1515 ]
1616end
1717```
1818
1919### Force compilation
2020
21- This library includes pre-compiled binaries for the native Rust code. If you
21+ This library includes pre-compiled binaries for the native Rust code. If you
2222want to force-compile the Rust code, you can add the following configuration
2323to your application:
2424
@@ -31,7 +31,7 @@ You also need to add Rusler to your dependencies:
3131```
3232def deps do
3333 [
34- {:ex_keccak, "~> 0.7.7 "},
34+ {:ex_keccak, "~> 0.7.8 "},
3535 {:rustler, ">= 0.0.0", optional: true}
3636 ]
3737end
Original file line number Diff line number Diff line change 11defmodule ExKeccak.MixProject do
22 use Mix.Project
33
4- @ version "0.7.7 "
4+ @ version "0.7.8 "
55 @ source_url "https://github.com/tzumby/ex_keccak"
66
77 def project do
You can’t perform that action at this time.
0 commit comments