From dd055b5777d7a38fac5d495cf4fe642d2066e745 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=B0=95=EB=8F=99=EC=9C=A4=20=28Donny=29?= Date: Thu, 3 Jul 2025 16:55:46 +0900 Subject: [PATCH 1/2] Patch rayon-core --- Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index ca3a3696dd8533..59c232552b6d4a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -438,3 +438,6 @@ webbrowser = "0.8.7" mdxjs = { git = "https://github.com/kdy1/mdxjs-rs.git", branch = "swc-core-30" } lightningcss = { git = "https://github.com/parcel-bundler/lightningcss.git", branch = "mischnic/bump-browserslist" } parcel_selectors = { git = "https://github.com/parcel-bundler/lightningcss.git", branch = "mischnic/bump-browserslist" } + +# We use forte +rayon-core = { git = "https://github.com/NthTensor/Forte", package = "rayon-compat", branch = "rayon-compat"} From b34a9f31112a5199f3ab85b46414dd70dcfa0604 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=B0=95=EB=8F=99=EC=9C=A4=20=28Donny=29?= Date: Thu, 3 Jul 2025 16:55:59 +0900 Subject: [PATCH 2/2] lockfile --- Cargo.lock | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Cargo.lock b/Cargo.lock index bfd5e4a84f31bd..6088bcb3f8cdf2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -11707,3 +11707,8 @@ checksum = "ec866b44a2a1fd6133d363f073ca1b179f438f99e7e5bfb1e33f7181facfe448" dependencies = [ "zune-core", ] + +[[patch.unused]] +name = "rayon-compat" +version = "1.12.1" +source = "git+https://github.com/NthTensor/Forte?branch=rayon-compat#1082a9fcf1cd4ac0a548c9184023f29bb7617bd4"