File tree 3 files changed +8
-4
lines changed
3 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## 0.7.6
4
+
5
+ * Update rusler Rust crate to 0.35
6
+
3
7
## 0.7.5
4
8
5
9
* Update rusler Rust crate to 0.32
6
- * Fix problem with precompiled nil versio missing 2.16
10
+ * Fix problem with precompiled nil version missing 2.16
7
11
8
12
## 0.7.4
9
13
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
11
11
``` elixir
12
12
def deps do
13
13
[
14
- {:ex_keccak , " ~> 0.7.4 " }
14
+ {:ex_keccak , " ~> 0.7.6 " }
15
15
]
16
16
end
17
17
```
@@ -31,7 +31,7 @@ You also need to add Rusler to your dependencies:
31
31
```
32
32
def deps do
33
33
[
34
- {:ex_keccak, "~> 0.7.0 "},
34
+ {:ex_keccak, "~> 0.7.6 "},
35
35
{:rustler, ">= 0.0.0", optional: true}
36
36
]
37
37
end
Original file line number Diff line number Diff line change 1
1
defmodule ExKeccak.MixProject do
2
2
use Mix.Project
3
3
4
- @ version "0.7.5 "
4
+ @ version "0.7.6 "
5
5
@ source_url "https://github.com/tzumby/ex_keccak"
6
6
7
7
def project do
You can’t perform that action at this time.
0 commit comments