Skip to content

Commit

Permalink
Make rustler depend on rustler_sys with features
Browse files Browse the repository at this point in the history
  • Loading branch information
filmor committed Jun 21, 2023
1 parent 680126b commit 95d6961
Showing 1 changed file with 1 addition and 1 deletion.
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.29.0", optional = true}
rustler_sys = { path = "../rustler_sys", version = "~2.2" }
rustler_sys = { path = "../rustler_sys", version = "~2.2.1" }

[package.metadata.release]

Expand Down

0 comments on commit 95d6961

Please sign in to comment.