]> git.proxmox.com Git - cargo.git/commitdiff
Bump to 0.54.0
authorEric Huss <eric@huss.org>
Fri, 26 Mar 2021 19:28:47 +0000 (12:28 -0700)
committerEric Huss <eric@huss.org>
Fri, 26 Mar 2021 19:28:47 +0000 (12:28 -0700)
Cargo.toml
tests/testsuite/message_format.rs

index 12e4fa46487d07e80d7551a280a7a99652314874..fa42e83ee83095397949e8c315278511bd6819d9 100644 (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>",
index de8e69dd0b9bbd506957b7e97022d026cc27c9c0..5a79056cf1b879f4a2c739cd10bebaefa3aff727 100644 (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(