summaryrefslogtreecommitdiffstats
path: root/src/tools/clippy/tests/ui-cargo/cargo_rust_version/fail_cargo/Cargo.toml
blob: 189cc9f68dc4bcaf1ba0c132f57dd4ee707f2d30 (plain)
1
2
3
4
5
6
7
8
9
[package]
name = "fail-cargo"
version = "0.1.0"
rust-version = "1.56.1"
publish = false

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]