parent
87df4febaf
commit
71244ab09e
@ -1,6 +1,32 @@
|
||||
[package]
|
||||
summary = "Implementation of futures and streams"
|
||||
cargo-toml-patch-comments = [
|
||||
"add missing futures-test dev-dependency",
|
||||
"drop unused compat support for tokio 0.1",
|
||||
]
|
||||
|
||||
[[package.extra-patches]]
|
||||
number = 10
|
||||
file = "0001-Fix-compiling-tests-with-io-compat-feature-removed.patch"
|
||||
|
||||
[features]
|
||||
enable-all = true
|
||||
|
||||
[scripts]
|
||||
prep.post = [
|
||||
"# drop single test that depends on tokio 0.1",
|
||||
"rm tests/compat.rs",
|
||||
]
|
||||
|
||||
[tests]
|
||||
skip = [
|
||||
"stream_select",
|
||||
"many_threads",
|
||||
"join_size",
|
||||
]
|
||||
comments = [
|
||||
"always skip a test that is officially \"flaky\" (stream_select)",
|
||||
"skip a possibly flaky test (many_threads): https://github.com/rust-lang/futures-rs/issues/2539",
|
||||
"skip a test which fails depending on Rust version (join_size): sizes of some structs and enums changed between Rust 1.62 and 1.63",
|
||||
]
|
||||
|
||||
|
@ -1 +1 @@
|
||||
SHA512 (futures-0.3.30.crate) = 98fc67bf1047609c8bb0763c00ab9cb39b6a6d0cb7d993bce4966ddc2492a6578b789e98095981b207ddd73ac4b1dfcd5224b352a0e970eed347537c6fbea43e
|
||||
SHA512 (futures-0.3.31.crate) = a08d23cdac9e162d0e6ae72bd792201ff4e13d7ade6b498cc597149b3df2062b06814804c0750d941d8b5be5d2ab4cfebbe2d08a98d875d2092bf25e6e71a51d
|
||||
|
Loading…
Reference in new issue