Skip to content

Commit

Permalink
Update metabuild test to 2018.
Browse files Browse the repository at this point in the history
  • Loading branch information
ehuss committed Dec 18, 2018
1 parent 2a0bb65 commit 48d56a4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/testsuite/metabuild.rs
Original file line number Diff line number Diff line change
Expand Up @@ -715,7 +715,7 @@ fn metabuild_json_artifact() {
"crate_types": [
"bin"
],
"edition": "2015",
"edition": "2018",
"kind": [
"custom-build"
],
Expand Down Expand Up @@ -762,7 +762,7 @@ fn metabuild_failed_build_json() {
"crate_types": [
"bin"
],
"edition": "2015",
"edition": "2018",
"kind": [
"custom-build"
],
Expand Down

0 comments on commit 48d56a4

Please sign in to comment.