Skip to content

Commit

Permalink
Downgrade dependencies for Rust 1.69.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tomtaylor committed Mar 8, 2024
1 parent d9beb62 commit 8739220
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 58 deletions.
1 change: 1 addition & 0 deletions .tool-versions
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
rust 1.69.0
68 changes: 11 additions & 57 deletions native/h3geo/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion native/h3geo/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ crate-type = ["cdylib"]
[dependencies]
rustler = { version = "0.31.0", features = ["nif_version_2_16"] }
h3o = { version = "0.6.0", features = ["std", "geo"] }
geo = "0.28.0"
geo = "0.27.0"
itertools = "0.12.1"

0 comments on commit 8739220

Please sign in to comment.