From 94d87a719250175c157809e8b48a6e571947337b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?D=C3=A1niel=20Buga?= Date: Mon, 9 Oct 2023 16:17:38 +0200 Subject: [PATCH] Pin rayon-core --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 8c7bbcb8..d1ec9959 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -49,3 +49,4 @@ object-chain = "0.1" [dev-dependencies] embedded-graphics-simulator = "0.5.0" sdl2 = "0.35.2" +rayon-core = "=1.11"