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:
eth3lbert 2024-07-06 11:20:59 +08:00
parent 83a5ff483c
commit a495ed8265
No known key found for this signature in database

View File

@ -215,6 +215,7 @@ fn duplicate_entries_in_lockfile() {
name = "b"
authors = []
version = "0.0.1"
edition = "2015"
[dependencies]
common = {path="common"}