parent
3a66c7330b
commit
81501e5830
@ -0,0 +1,24 @@
|
|||||||
|
From 6ababfea184c345d9b887797de871863d0ae9fd5 Mon Sep 17 00:00:00 2001
|
||||||
|
From: Fabio Valentini <decathorpe@gmail.com>
|
||||||
|
Date: Mon, 7 Oct 2024 23:22:34 +0200
|
||||||
|
Subject: [PATCH] revert removal of unstable io_slice_advance feature gate
|
||||||
|
|
||||||
|
---
|
||||||
|
src/lib.rs | 1 +
|
||||||
|
1 file changed, 1 insertion(+)
|
||||||
|
|
||||||
|
diff --git a/src/lib.rs b/src/lib.rs
|
||||||
|
index 2201e4f..8024f7b 100644
|
||||||
|
--- a/src/lib.rs
|
||||||
|
+++ b/src/lib.rs
|
||||||
|
@@ -10,6 +10,7 @@
|
||||||
|
)
|
||||||
|
))]
|
||||||
|
#![warn(missing_docs, unsafe_op_in_unsafe_fn)]
|
||||||
|
+#![cfg_attr(feature = "write-all-vectored", feature(io_slice_advance))]
|
||||||
|
#![cfg_attr(docsrs, feature(doc_cfg))]
|
||||||
|
|
||||||
|
#[cfg(all(feature = "bilock", not(feature = "unstable")))]
|
||||||
|
--
|
||||||
|
2.46.2
|
||||||
|
|
@ -1 +1 @@
|
|||||||
SHA512 (futures-util-0.3.30.crate) = 7faae5aa35641d858d0f5430e4a69acd4ba9037852ad73c5a890bffeed411d28820883e18bad4ca8f7b0a765f9f4c5dbeaf5d0cfaaf90c2c69846434ae091951
|
SHA512 (futures-util-0.3.31.crate) = 429b1de584546b931b17d475aacbdb0c14824a57d960c44e615aa808e8c0f9c126473e313a7150b3de87ea91b7eebebb1041509f61b3493fee8a9cd2c75c4df3
|
||||||
|
Loading…
Reference in new issue