Compare commits
No commits in common. 'epel10' and 'epel9' have entirely different histories.
@ -1,25 +0,0 @@
|
||||
From aaf6eab5c13e1d63f33f4ddf5a08ca1140f44959 Mon Sep 17 00:00:00 2001
|
||||
From: Fabio Valentini <decathorpe@gmail.com>
|
||||
Date: Sun, 1 Sep 2024 02:28:28 +0200
|
||||
Subject: [PATCH] Fix compiling tests with compat and io-compat feature removed
|
||||
|
||||
---
|
||||
tests/_require_features.rs | 2 --
|
||||
1 file changed, 2 deletions(-)
|
||||
|
||||
diff --git a/tests/_require_features.rs b/tests/_require_features.rs
|
||||
index 8046cc9..e04b4ff 100644
|
||||
--- a/tests/_require_features.rs
|
||||
+++ b/tests/_require_features.rs
|
||||
@@ -2,8 +2,6 @@
|
||||
feature = "std",
|
||||
feature = "alloc",
|
||||
feature = "async-await",
|
||||
- feature = "compat",
|
||||
- feature = "io-compat",
|
||||
feature = "executor",
|
||||
feature = "thread-pool",
|
||||
)))]
|
||||
--
|
||||
2.47.0
|
||||
|
@ -1 +1 @@
|
||||
SHA512 (futures-0.3.31.crate) = a08d23cdac9e162d0e6ae72bd792201ff4e13d7ade6b498cc597149b3df2062b06814804c0750d941d8b5be5d2ab4cfebbe2d08a98d875d2092bf25e6e71a51d
|
||||
SHA512 (futures-0.3.30.crate) = 98fc67bf1047609c8bb0763c00ab9cb39b6a6d0cb7d993bce4966ddc2492a6578b789e98095981b207ddd73ac4b1dfcd5224b352a0e970eed347537c6fbea43e
|
||||
|
Loading…
Reference in new issue