Skip to content

Commit 016e35b

Browse files
committed
Bump rustler_sys for feature-based NIF level selection
1 parent 95d6961 commit 016e35b

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.29.0", optional = true}
23-
rustler_sys = { path = "../rustler_sys", version = "~2.2.1" }
23+
rustler_sys = { path = "../rustler_sys", version = "~2.3.0" }
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.2.1"
23+
version = "2.3.0"
2424

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

0 commit comments

Comments
 (0)