mirror of
https://github.com/rust-lang/cargo.git
synced 2025-09-28 11:20:36 +00:00
fix(test): make edition
explicit in generate_lockfile
This eliminates the warning message "[WARNING] no edition set: ..." introduced in #13505.
This commit is contained in:
parent
83a5ff483c
commit
a495ed8265
@ -215,6 +215,7 @@ fn duplicate_entries_in_lockfile() {
|
||||
name = "b"
|
||||
authors = []
|
||||
version = "0.0.1"
|
||||
edition = "2015"
|
||||
|
||||
[dependencies]
|
||||
common = {path="common"}
|
||||
|
Loading…
x
Reference in New Issue
Block a user