summaryrefslogtreecommitdiffstats
path: root/src/tools/clippy/tests/ui-cargo/cargo_rust_version/pass_both_same/Cargo.toml
blob: 809c0e74875b9ff01d7edb7a73f4a67191f5148e (plain)
1
2
3
4
5
6
7
8
9
[package]
name = "pass-both-same"
version = "0.1.0"
rust-version = "1.13.0"
publish = false

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

[dependencies]