Bump to 0.54.0

This commit is contained in:
Eric Huss 2021-03-26 12:28:47 -07:00
parent 1e8703890f
commit d774f1f331
2 changed files with 2 additions and 7 deletions

View file

@ -1,6 +1,6 @@
[package]
name = "cargo"
version = "0.53.0"
version = "0.54.0"
edition = "2018"
authors = ["Yehuda Katz <wycats@gmail.com>",
"Carl Lerche <me@carllerche.com>",

View file

@ -1,6 +1,6 @@
//! Tests for --message-format flag.
use cargo_test_support::{basic_lib_manifest, basic_manifest, is_nightly, project};
use cargo_test_support::{basic_lib_manifest, basic_manifest, project};
#[cargo_test]
fn cannot_specify_two() {
@ -112,11 +112,6 @@ fn cargo_renders_ansi() {
#[cargo_test]
fn cargo_renders_doctests() {
if !is_nightly() {
// --error-format=short support added in 1.51
return;
}
let p = project()
.file("Cargo.toml", &basic_lib_manifest("foo"))
.file(