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.
8 lines
248 B
8 lines
248 B
2 months ago
|
[package]
|
||
|
cargo-toml-patch-comments = [
|
||
|
"remove WASM-specific features",
|
||
|
"remove references to tests that are not included in published crates",
|
||
|
"allow rstest 0.23.0 and rstest_reuse 0.7.0: https://github.com/time-rs/time/pull/716",
|
||
|
]
|
||
|
|