Skip to content

Commit

Permalink
update rustler to 0.30.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ayrat555 committed Feb 20, 2024
1 parent 0feaec8 commit 6b9abcb
Show file tree
Hide file tree
Showing 6 changed files with 26 additions and 46 deletions.
4 changes: 2 additions & 2 deletions .tool-versions
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
elixir 1.13.3
erlang 24.3.4.2
elixir 1.16.0-otp-26
erlang 26.2.1
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ defmodule ExKeccak.MixProject do
{:ex_doc, ">= 0.0.0", only: :dev, runtime: false},
{:benchee, "~> 1.0", only: :test},
{:rustler, ">= 0.0.0", optional: true},
{:rustler_precompiled, "~> 0.6.1"}
{:rustler_precompiled, "~> 0.7"}
]
end
end
16 changes: 0 additions & 16 deletions mix.lock

This file was deleted.

44 changes: 22 additions & 22 deletions native/exkeccak/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion native/exkeccak/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ path = "src/lib.rs"
crate-type = ["dylib"]

[dependencies]
rustler = "0.29"
rustler = "0.30"
tiny-keccak = { version = "2.0", features = ["keccak"] }
4 changes: 0 additions & 4 deletions native/exkeccak/Cross.toml

This file was deleted.

0 comments on commit 6b9abcb

Please sign in to comment.