Skip to content

Commit

Permalink
Merge branch 'master' into update_ci
Browse files Browse the repository at this point in the history
  • Loading branch information
urschrei authored Dec 20, 2023
2 parents eac5c3e + c16c1e9 commit cab5ea9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions rstar/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
## Changed
- Fixed a stack overflow error in `DrainIterator::next`
- Clarified that the distance measure in `distance_2` is not restricted to euclidean distance
- updated to `heapless=0.8`

# 0.11.0

Expand Down
2 changes: 1 addition & 1 deletion rstar/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ categories = ["data-structures", "algorithms", "science::geo"]
maintenance = { status = "actively-developed" }

[dependencies]
heapless = "0.7.10"
heapless = "0.8"
num-traits = { version = "0.2", default-features = false, features = ["libm"] }
serde = { version = "1.0", optional = true, default-features = false, features = ["alloc", "derive"] }
smallvec = "1.6"
Expand Down

0 comments on commit cab5ea9

Please sign in to comment.