1
0
mirror of https://github.com/emilk/egui.git synced 2026-06-26 14:49:06 -04:00

Remove fixed RUSTSEC advisory from deny.toml

This commit is contained in:
Emil Ernerfeldt
2026-03-23 18:53:45 +01:00
parent 0d2f6cf4e6
commit fbe5763a91
2 changed files with 0 additions and 2 deletions

View File

@@ -29,7 +29,6 @@ cargo check --quiet --all-targets
cargo check --quiet --all-targets --all-features
cargo check --quiet -p egui_demo_app --lib --target wasm32-unknown-unknown
cargo check --quiet -p egui_demo_app --lib --target wasm32-unknown-unknown --all-features
# TODO(#5297) re-enable --all-features once the tests work with the unity feature
cargo test --quiet --all-targets --all-features
cargo test --quiet --doc # slow - checks all doc-tests