Skip to content

Commit

Permalink
fix(test): make edition explicit in generate_lockfile
Browse files Browse the repository at this point in the history
This eliminates the warning message "[WARNING] no edition set: ..." introduced in rust-lang#13505.
  • Loading branch information
eth3lbert committed Jul 6, 2024
1 parent 83a5ff4 commit a495ed8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/testsuite/generate_lockfile.rs
Original file line number Diff line number Diff line change
Expand Up @@ -215,6 +215,7 @@ fn duplicate_entries_in_lockfile() {
name = "b"
authors = []
version = "0.0.1"
edition = "2015"
[dependencies]
common = {path="common"}
Expand Down

0 comments on commit a495ed8

Please sign in to comment.