about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--tvix/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/tvix/Cargo.toml b/tvix/Cargo.toml
index 44f5a69874..aa4f26b1c1 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" }