Skip to content

Commit

Permalink
Bump rustler_sys version due to the breaking API changes
Browse files Browse the repository at this point in the history
  • Loading branch information
filmor committed Feb 15, 2024
1 parent a26cf9c commit 1486766
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion rustler/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ nif_version_2_17 = ["nif_version_2_16", "rustler_sys/nif_version_2_17"]
[dependencies]
lazy_static = "1.4"
rustler_codegen = { path = "../rustler_codegen", version = "0.31.0", optional = true}
rustler_sys = { path = "../rustler_sys", version = "~2.3.2" }
rustler_sys = { path = "../rustler_sys", version = "~2.4.0" }

[package.metadata.release]

Expand Down
2 changes: 1 addition & 1 deletion rustler_sys/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ name = "rustler_sys"
# When depending on this crate, you should ALWAYS
# use a tilde requirements with AT LEAST `~MAJOR.MINOR`.
# Example: "~2.0"
version = "2.3.2"
version = "2.4.0"

authors = ["Daniel Goertzen <[email protected]>"]
description = "Create Erlang NIF modules in Rust using the C NIF API."
Expand Down

0 comments on commit 1486766

Please sign in to comment.