Skip to content

Commit

Permalink
Bump to 0.45.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
ehuss committed Mar 14, 2020
1 parent 05fe44b commit ac79b53
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cargo"
version = "0.44.0"
version = "0.45.0"
edition = "2018"
authors = ["Yehuda Katz <wycats@gmail.com>",
"Carl Lerche <me@carllerche.com>",
Expand Down
7 changes: 1 addition & 6 deletions tests/testsuite/check.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ use std::fmt::{self, Write};
use cargo_test_support::install::exe;
use cargo_test_support::paths::CargoPathExt;
use cargo_test_support::registry::Package;
use cargo_test_support::{basic_manifest, is_nightly, project};
use cargo_test_support::{basic_manifest, project};

#[cargo_test]
fn check_success() {
Expand Down Expand Up @@ -683,11 +683,6 @@ fn check_artifacts() {

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

0 comments on commit ac79b53

Please sign in to comment.