File tree Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 0.7.6
4+
5+ * Update rusler Rust crate to 0.36.2
6+
37## 0.7.6
48
59 * Update rusler Rust crate to 0.35
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ 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.6 " }
14+ {:ex_keccak , " ~> 0.7.7 " }
1515 ]
1616end
1717```
@@ -31,7 +31,7 @@ You also need to add Rusler to your dependencies:
3131```
3232def deps do
3333 [
34- {:ex_keccak, "~> 0.7.6 "},
34+ {:ex_keccak, "~> 0.7.7 "},
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.6 "
4+ @ version "0.7.7 "
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