]> git.proxmox.com Git - rustc.git/blob - src/tools/clippy/tests/ui-cargo/cargo_rust_version/fail_both_same/Cargo.toml
New upstream version 1.64.0+dfsg1
[rustc.git] / src / tools / clippy / tests / ui-cargo / cargo_rust_version / fail_both_same / Cargo.toml
1 [package]
2 name = "fail-both-same"
3 version = "0.1.0"
4 rust-version = "1.57.0"
5 publish = false
6
7 # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
8
9 [dependencies]