mirror of
https://github.com/rust-lang/cargo.git
synced 2025-09-25 11:14:46 +00:00
Bump to 0.52.0
This commit is contained in:
parent
0cf6d2497a
commit
60143816bf
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "cargo"
|
||||
version = "0.51.0"
|
||||
version = "0.52.0"
|
||||
edition = "2018"
|
||||
authors = ["Yehuda Katz <wycats@gmail.com>",
|
||||
"Carl Lerche <me@carllerche.com>",
|
||||
|
@ -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 ([..])
|
||||
|
Loading…
x
Reference in New Issue
Block a user