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