We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0cf6d24 commit 6014381Copy full SHA for 6014381
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "cargo"
3
-version = "0.51.0"
+version = "0.52.0"
4
edition = "2018"
5
authors = ["Yehuda Katz <wycats@gmail.com>",
6
"Carl Lerche <me@carllerche.com>",
tests/testsuite/build.rs
@@ -4330,8 +4330,6 @@ fn target_edition() {
4330
.build();
4331
4332
p.cargo("build -v")
4333
- // Passes on nightly, fails on stable, since `--edition` is nightly-only.
4334
- .without_status()
4335
.with_stderr_contains(
4336
"\
4337
[COMPILING] foo v0.0.1 ([..])
0 commit comments