Skip to content

smallvec dependency is outdated #117

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
RalfJung opened this issue Aug 31, 2020 · 0 comments · Fixed by #120
Closed

smallvec dependency is outdated #117

RalfJung opened this issue Aug 31, 2020 · 0 comments · Fixed by #120

Comments

@RalfJung
Copy link

I am working on enabling rustc to find misuses of uninitialized memory (rust-lang/rust#71274), and one crate that indirectly depends on this one came up as a regression in crater. I do not know what the exact cause of the regression is, but I did notice that this crate depends on an ancient version of smallvec, 0.6.1. Smallvec has seen a 1.0 release since then, it would be great if this crate could bump its dependency and use the latest version. :)

nstoddard added a commit to nstoddard/collision-rs that referenced this issue Jul 5, 2021
This updates all dependencies except for `approx` and `genmesh`, which would require more work to update.

Fixes rustgd#117.
@kvark kvark closed this as completed in #120 Jul 6, 2021
kvark pushed a commit that referenced this issue Jul 6, 2021
This updates all dependencies except for `approx` and `genmesh`, which would require more work to update.

Fixes #117.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants