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" 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"}