You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
rust-async-std/rust2rpm.toml

21 lines
650 B

[package]
cargo-toml-patch-comments = [
"drop tokio v0.2 and v0.3 features",
"drop optional surf dependency",
"drop additional dependencies for tracing-level log statements",
"Use the current major version of async-channel (https://github.com/async-rs/async-std/pull/1092)",
]
[scripts]
prep.post = [
"# * remove example that depends on the removed femme dev-dependency",
"rm examples/logging.rs",
"# remove example that depends on the removed optional surf dependency",
"rm examples/surf-web.rs",
]
[tests]
skip = ["io_timeout_timedout"]
comments = ["skip one failing test (probably related to mock environment)"]