diff --git a/Cargo.toml b/Cargo.toml index 25cb8c1ca..509786b82 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cargo" -version = "0.51.0" +version = "0.52.0" edition = "2018" authors = ["Yehuda Katz ", "Carl Lerche ", diff --git a/tests/testsuite/build.rs b/tests/testsuite/build.rs index 518ada951..e468106aa 100644 --- a/tests/testsuite/build.rs +++ b/tests/testsuite/build.rs @@ -4330,8 +4330,6 @@ fn target_edition() { .build(); p.cargo("build -v") - // Passes on nightly, fails on stable, since `--edition` is nightly-only. - .without_status() .with_stderr_contains( "\ [COMPILING] foo v0.0.1 ([..])