bevy_rapier
bevy_rapier copied to clipboard
Remove instant crate allowance from cargo deny conf
- instant should not be in tree, from https://github.com/dimforge/bevy_rapier/pull/595
- upstream is working on removing this dependency: https://github.com/dimforge/rapier/pull/767
Currently we ignore the cargo deny check failure explicitly in deny.toml, when instant is out of the tree, we can remove that bypass.