bevy_rapier icon indicating copy to clipboard operation
bevy_rapier copied to clipboard

Remove instant crate allowance from cargo deny conf

Open ThierryBerger opened this issue 11 months ago • 0 comments

  • 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.

ThierryBerger avatar Dec 05 '24 11:12 ThierryBerger