mirror of
https://github.com/leptos-rs/leptos.git
synced 2025-12-27 09:54:41 -05:00
15 lines
335 B
TOML
15 lines
335 B
TOML
[tasks.check-minimal-versions]
|
|
condition = { channels = ["nightly"] }
|
|
command = "cargo"
|
|
args = [
|
|
"all-features",
|
|
"minimal-versions",
|
|
"check",
|
|
"--ignore-private",
|
|
"--detach-path-deps",
|
|
"--direct",
|
|
]
|
|
install_script = '''
|
|
cargo install --git https://github.com/sabify/cargo-all-features --branch arbitrary-command-support
|
|
'''
|