epel10
imports/epel10/rust-tendril-0.4.3-10.el10
parent
d648bd7125
commit
f2efc38815
@ -1,4 +1,16 @@
|
|||||||
|
[package]
|
||||||
|
cargo-toml-patch-comments = [
|
||||||
|
"drop outdated, example-only rand dev-dependency",
|
||||||
|
"drop unused support for the obsolete \"encoding\" crate",
|
||||||
|
]
|
||||||
|
|
||||||
[tests]
|
[tests]
|
||||||
skip = ["assert_sizes"]
|
skip = ["assert_sizes"]
|
||||||
comments = ["skip test for exact size of a struct / enum that fails with Rust 1.64+: https://github.com/servo/tendril/issues/66"]
|
comments = ["skip test for exact size of a struct / enum that fails with Rust 1.64+: https://github.com/servo/tendril/issues/66"]
|
||||||
|
|
||||||
|
[scripts]
|
||||||
|
prep.post = [
|
||||||
|
"# drop unused example program that pulls in outdated dependencies",
|
||||||
|
"rm -rv examples/",
|
||||||
|
]
|
||||||
|
|
||||||
|
Loading…
Reference in new issue