Skip to content

Commit

Permalink
Add 2.17 NIF feature support
Browse files Browse the repository at this point in the history
  • Loading branch information
tomtaylor committed Mar 6, 2024
1 parent df4db37 commit 47170c6
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion native/h3geo/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,10 @@ path = "src/lib.rs"
crate-type = ["cdylib"]

[dependencies]
rustler = { version = "0.31.0", features = ["nif_version_2_16"] }
rustler = { version = "0.31.0", features = [
"nif_version_2_16",
"nif_version_2_17",
] }
h3o = { version = "0.6.0", features = ["std", "geo"] }
geo = "0.28.0"
itertools = "0.12.1"

0 comments on commit 47170c6

Please sign in to comment.