cargo-binstall/e2e-tests/manifests/strategies-test-Cargo2.toml
Jiahao XU 08e34e66b9
Update e2e-test-strategies
Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
2024-08-07 23:51:22 +10:00

19 lines
366 B
TOML

[package]
name = "cargo-update"
repository = "https://github.com/nabijaczleweli/cargo-update"
version = "11.1.2"
[[bin]]
name = "cargo-install-update"
path = "src/main.rs"
test = false
doc = false
[[bin]]
name = "cargo-install-update-config"
path = "src/main-config.rs"
test = false
doc = false
[package.metadata.binstall]
disabled-strategies = ["quick-install"]