From a7ef1b03d529251f0bc688f810cb61036259ef78 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christina=20S=C3=B8rensen?= Date: Sat, 25 May 2024 09:47:44 +0200 Subject: [PATCH] feat: add miri to toolchain MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Christina Sørensen --- rust-toolchain.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/rust-toolchain.toml b/rust-toolchain.toml index c94cf2b..50a2b7e 100644 --- a/rust-toolchain.toml +++ b/rust-toolchain.toml @@ -7,5 +7,6 @@ components = [ "rust-analyzer", "cargo", "clippy", + "miri", ] profile = "minimal"