Skip to content

Commit

Permalink
Update rustler to support OTP 26
Browse files Browse the repository at this point in the history
  • Loading branch information
farhadi committed Jul 3, 2023
1 parent 133bd33 commit f586e49
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 18 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ jobs:

strategy:
matrix:
otp: [21, 22, 23, 24, 25]
rust: [1.47.0, stable]
otp: [21, 22, 23, 24, 25, 26]
rust: [1.56.0, stable]

container:
image: erlang:${{matrix.otp}}
Expand Down
26 changes: 13 additions & 13 deletions native/xxh3/Cargo.lock

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

4 changes: 2 additions & 2 deletions native/xxh3/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "xxh3"
version = "0.3.3"
version = "0.3.4"
authors = []
edition = "2018"

Expand All @@ -10,5 +10,5 @@ path = "src/lib.rs"
crate-type = ["dylib"]

[dependencies]
rustler = "0.26.0"
rustler = "0.29.1"
xxhash-rust = { version = "0.8.6", features = ["xxh3"] }
2 changes: 1 addition & 1 deletion src/xxh3.app.src
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{application, xxh3, [
{description, "NIF bindings for XXH3 hash functions implemented in Rust"},
{vsn, "0.3.3"},
{vsn, "0.3.4"},
{registered, []},
{applications, [
kernel,
Expand Down

0 comments on commit f586e49

Please sign in to comment.