From c9bb6abdc602749685327481d608ace3ad4fe417 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Emil=20Gardstr=C3=B6m?= Date: Wed, 31 Jan 2024 18:32:53 +0100 Subject: [PATCH] changelog --- .changes/661.json | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .changes/661.json diff --git a/.changes/661.json b/.changes/661.json new file mode 100644 index 000000000..967fb34d9 --- /dev/null +++ b/.changes/661.json @@ -0,0 +1,5 @@ +{ + "description": "When cross has given a warning, it will now quit instead of continuing with `cargo` when run in CI or with `CROSS_NO_WARNINGS=1`", + "breaking": true, + "type": "changed" +}