Skip to content

Commit 9775e82

Browse files
committed
Bump rustler_sys version
1 parent 0bcd00b commit 9775e82

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

rustler/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ nif_version_2_17 = ["nif_version_2_16", "rustler_sys/nif_version_2_17"]
2020
[dependencies]
2121
lazy_static = "1.4"
2222
rustler_codegen = { path = "../rustler_codegen", version = "0.31.0", optional = true}
23-
rustler_sys = { path = "../rustler_sys", version = "~2.3.0" }
23+
rustler_sys = { path = "../rustler_sys", version = "~2.3.2" }
2424

2525
[package.metadata.release]
2626

rustler_sys/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ name = "rustler_sys"
2020
# When depending on this crate, you should ALWAYS
2121
# use a tilde requirements with AT LEAST `~MAJOR.MINOR`.
2222
# Example: "~2.0"
23-
version = "2.3.1"
23+
version = "2.3.2"
2424

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

0 commit comments

Comments
 (0)