Skip to content

Commit 6014381

Browse files
committed
Bump to 0.52.0
1 parent 0cf6d24 commit 6014381

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cargo"
3-
version = "0.51.0"
3+
version = "0.52.0"
44
edition = "2018"
55
authors = ["Yehuda Katz <wycats@gmail.com>",
66
"Carl Lerche <me@carllerche.com>",

tests/testsuite/build.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4330,8 +4330,6 @@ fn target_edition() {
43304330
.build();
43314331

43324332
p.cargo("build -v")
4333-
// Passes on nightly, fails on stable, since `--edition` is nightly-only.
4334-
.without_status()
43354333
.with_stderr_contains(
43364334
"\
43374335
[COMPILING] foo v0.0.1 ([..])

0 commit comments

Comments
 (0)