From 51eca61c25b1d5d0dfbdcdc5a37a75a518c6ac8a Mon Sep 17 00:00:00 2001 From: tabversion Date: Sat, 2 Nov 2024 21:35:16 +0800 Subject: [PATCH] switch to madsim repo --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 4030ac7873c6..d86e74fac1f3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -9770,7 +9770,7 @@ checksum = "658fa1faf7a4cc5f057c9ee5ef560f717ad9d8dc66d975267f709624d6e1ab88" [[package]] name = "quanta" version = "0.12.3" -source = "git+https://github.com/tabVersion/quanta.git?rev=bb6c780894d06c0ec3f487d58c72920665b5cb0a#bb6c780894d06c0ec3f487d58c72920665b5cb0a" +source = "git+https://github.com/madsim-rs/quanta.git?rev=ea9ba802327b1d72c4b1c7202c759b0a5243271e#ea9ba802327b1d72c4b1c7202c759b0a5243271e" dependencies = [ "crossbeam-utils", "libc", diff --git a/Cargo.toml b/Cargo.toml index 14fcd7aa5e5f..7788ed36038f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -339,7 +339,7 @@ opt-level = 2 [patch.crates-io] # Patch third-party crates for deterministic simulation. -quanta = { git = "https://github.com/tabVersion/quanta.git", rev = "bb6c780894d06c0ec3f487d58c72920665b5cb0a" } +quanta = { git = "https://github.com/madsim-rs/quanta.git", rev = "ea9ba802327b1d72c4b1c7202c759b0a5243271e" } getrandom = { git = "https://github.com/madsim-rs/getrandom.git", rev = "e79a7ae" } # Don't patch `tokio-stream`, but only use the madsim version for **direct** dependencies. # Imagine an unpatched dependency depends on the original `tokio` and the patched `tokio-stream`.