Skip to content

Commit

Permalink
Bump rustler_sys to 2.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
filmor committed Jul 9, 2024
1 parent 51d0cc3 commit 0a3e730
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 @@ -24,7 +24,7 @@ serde = ["dep:serde"]
[dependencies]
inventory = "0.3"
rustler_codegen = { path = "../rustler_codegen", version = "0.33.0" }
rustler_sys = { path = "../rustler_sys", version = "~2.4.1" }
rustler_sys = { path = "../rustler_sys", version = "~2.4.2" }
num-bigint = { version = "0.4", optional = true }
serde = { version = "1", optional = true }

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.4.1"
version = "2.4.2"

authors = ["Daniel Goertzen <daniel.goertzen@gmail.com>"]
description = "Create Erlang NIF modules in Rust using the C NIF API."
Expand Down

0 comments on commit 0a3e730

Please sign in to comment.