From 6a2c276bd0e9deac50d3137090e2663d8b24466e Mon Sep 17 00:00:00 2001 From: Carl Lerche Date: Mon, 26 Jun 2023 21:53:03 +0000 Subject: [PATCH] wip --- Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index f3e19312e..e4e70eba5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,3 +14,6 @@ members = [ "tests-build", "tests-integration", ] + +[patch.crates-io] +loom = { git = "https://github.com/tokio-rs/loom", branch = "increase-max-threads" }