nbdd0121 / unwinding

Stack unwinding library in Rust
Apache License 2.0
102 stars 18 forks source link

Update Cargo.toml #15

Closed Dylan-DPC closed 1 year ago

Dylan-DPC commented 1 year ago

Updates dependency to the patch version of 0.9.8

Advisory

nbdd0121 commented 1 year ago

Why is this needed? spin 0.9.3-0.9.7 are all yanked.

Dylan-DPC commented 1 year ago

Yes but this eliminates any possibility of it showing up in a dependency tree, since existing users can still pull in a yanked version

nbdd0121 commented 1 year ago

But then they still need to upgrade unwinding? If users use cargo update it would pull in latest spin regardless.

I am happy to merge the PR but am still confused by the necessity of doing so.