Skip to content

Commit d774f1f

Browse files
committed
Bump to 0.54.0
1 parent 1e87038 commit d774f1f

File tree

2 files changed

+2
-7
lines changed

2 files changed

+2
-7
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.53.0"
3+
version = "0.54.0"
44
edition = "2018"
55
authors = ["Yehuda Katz <wycats@gmail.com>",
66
"Carl Lerche <me@carllerche.com>",

tests/testsuite/message_format.rs

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//! Tests for --message-format flag.
22
3-
use cargo_test_support::{basic_lib_manifest, basic_manifest, is_nightly, project};
3+
use cargo_test_support::{basic_lib_manifest, basic_manifest, project};
44

55
#[cargo_test]
66
fn cannot_specify_two() {
@@ -112,11 +112,6 @@ fn cargo_renders_ansi() {
112112

113113
#[cargo_test]
114114
fn cargo_renders_doctests() {
115-
if !is_nightly() {
116-
// --error-format=short support added in 1.51
117-
return;
118-
}
119-
120115
let p = project()
121116
.file("Cargo.toml", &basic_lib_manifest("foo"))
122117
.file(

0 commit comments

Comments
 (0)