svenstaro / bvh

A fast BVH using SAH in rust
https://docs.rs/bvh
MIT License
227 stars 38 forks source link

Update approx requirement from 0.4 to 0.5 #69

Closed dependabot[bot] closed 3 years ago

dependabot[bot] commented 3 years ago

Updates the requirements on approx to permit the latest version.

Commits
  • 11f6fda Release v0.5.0
  • 9d5b905 Merge pull request #68 from brendanzab/dependabot/add-v2-config-file
  • 244328c Upgrade to GitHub-native Dependabot
  • 195a958 Merge pull request #66 from brendanzab/dependabot/cargo/num-complex-0.4.0
  • 68aaa77 Update num-complex requirement from 0.3.0 to 0.4.0
  • See full diff in compare view


Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
codecov-commenter commented 3 years ago

Codecov Report

Merging #69 (70461ac) into master (4e017ba) will increase coverage by 0.06%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #69      +/-   ##
==========================================
+ Coverage   80.06%   80.12%   +0.06%     
==========================================
  Files           9        9              
  Lines        1565     1565              
==========================================
+ Hits         1253     1254       +1     
+ Misses        312      311       -1     
Impacted Files Coverage Δ
src/ray.rs 94.70% <0.00%> (+0.66%) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 4e017ba...70461ac. Read the comment docs.

dependabot[bot] commented 3 years ago

Looks like approx is up-to-date now, so this is no longer needed.