Skip to content

Commit

Permalink
Only build 2.16
Browse files Browse the repository at this point in the history
  • Loading branch information
tomtaylor committed Mar 6, 2024
1 parent 47170c6 commit 397b4ce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
strategy:
fail-fast: false
matrix:
nif: ["2.16", "2.17"]
nif: ["2.16"]
job:
- { target: aarch64-apple-darwin, os: macos-11 }
- {
Expand Down
5 changes: 1 addition & 4 deletions native/h3geo/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,7 @@ path = "src/lib.rs"
crate-type = ["cdylib"]

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

0 comments on commit 397b4ce

Please sign in to comment.