Skip to content

Commit

Permalink
test: Add missing edition fields
Browse files Browse the repository at this point in the history
  • Loading branch information
epage committed Jun 19, 2024
1 parent d990adb commit 601ab1a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions tests/testsuite/artifact_dep.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1544,6 +1544,7 @@ fn artifact_dep_target_specified() {
version = "0.0.0"
authors = []
resolver = "2"
edition = "2015"
[dependencies]
bindep = { path = "bindep", artifact = "bin", target = "$TARGET" }
Expand Down
1 change: 1 addition & 0 deletions tests/testsuite/shell_quoting.rs
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ fn features_are_quoted() {
name = "foo"
version = "0.1.0"
authors = ["[email protected]"]
edition = "2015"
[features]
some_feature = []
Expand Down

0 comments on commit 601ab1a

Please sign in to comment.