diff options
Diffstat (limited to 'tvix/Cargo.toml')
-rw-r--r-- | tvix/Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tvix/Cargo.toml b/tvix/Cargo.toml index 44f5a698740c..aa4f26b1c1a3 100644 --- a/tvix/Cargo.toml +++ b/tvix/Cargo.toml @@ -39,6 +39,7 @@ debug = true [patch.crates-io] # https://github.com/rust-lang/futures-rs/pull/2801 +# replace once https://github.com/rust-lang/futures-rs/pull/2812 has been backported and released. futures-channel = { git = "https://github.com/edef1c/futures-rs", rev = "23e25061f2261794d6d611675a6372c96b70fa85" } futures-core = { git = "https://github.com/edef1c/futures-rs", rev = "23e25061f2261794d6d611675a6372c96b70fa85" } futures-executor = { git = "https://github.com/edef1c/futures-rs", rev = "23e25061f2261794d6d611675a6372c96b70fa85" } |