Skip to content

Commit ac79b53

Browse files
committed
Bump to 0.45.0.
1 parent 05fe44b commit ac79b53

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.44.0"
3+
version = "0.45.0"
44
edition = "2018"
55
authors = ["Yehuda Katz <[email protected]>",
66
"Carl Lerche <[email protected]>",

tests/testsuite/check.rs

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ use std::fmt::{self, Write};
55
use cargo_test_support::install::exe;
66
use cargo_test_support::paths::CargoPathExt;
77
use cargo_test_support::registry::Package;
8-
use cargo_test_support::{basic_manifest, is_nightly, project};
8+
use cargo_test_support::{basic_manifest, project};
99

1010
#[cargo_test]
1111
fn check_success() {
@@ -683,11 +683,6 @@ fn check_artifacts() {
683683

684684
#[cargo_test]
685685
fn short_message_format() {
686-
if !is_nightly() {
687-
// This relies on a bug fix https://github.com/rust-lang/rust/pull/64753.
688-
// This check may be removed once 1.40 is stable.
689-
return;
690-
}
691686
let foo = project()
692687
.file("src/lib.rs", "fn foo() { let _x: bool = 'a'; }")
693688
.build();

0 commit comments

Comments
 (0)