FyroxEngine / Fyrox

3D and 2D game engine written in Rust
https://fyrox.rs
MIT License
7.61k stars 340 forks source link

Update audit.yml #413

Closed martin-t closed 1 year ago

martin-t commented 1 year ago

Clap has replaced atty with is-terminal so this should no longer be an issue: https://github.com/clap-rs/clap/blob/master/CHANGELOG.md#4027---2022-11-24

People might need to run cargo update locally if they keep seeing the warning since cargo audit uses the existing lockfile and only creates a new one if it doesn't exist.