Skip to content

Commit 601ab1a

Browse files
committed
test: Add missing edition fields
1 parent d990adb commit 601ab1a

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

tests/testsuite/artifact_dep.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1544,6 +1544,7 @@ fn artifact_dep_target_specified() {
15441544
version = "0.0.0"
15451545
authors = []
15461546
resolver = "2"
1547+
edition = "2015"
15471548
15481549
[dependencies]
15491550
bindep = { path = "bindep", artifact = "bin", target = "$TARGET" }

tests/testsuite/shell_quoting.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ fn features_are_quoted() {
1515
name = "foo"
1616
version = "0.1.0"
1717
authors = ["[email protected]"]
18+
edition = "2015"
1819
1920
[features]
2021
some_feature = []

0 commit comments

Comments
 (0)