File tree Expand file tree Collapse file tree 2 files changed +2
-7
lines changed
Expand file tree Collapse file tree 2 files changed +2
-7
lines changed Original file line number Diff line number Diff line change 11[package ]
22name = " cargo"
3- version = " 0.44 .0"
3+ version = " 0.45 .0"
44edition = " 2018"
55authors = [" Yehuda Katz <wycats@gmail.com>" ,
66 " Carl Lerche <me@carllerche.com>" ,
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ use std::fmt::{self, Write};
55use cargo_test_support:: install:: exe;
66use cargo_test_support:: paths:: CargoPathExt ;
77use 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]
1111fn check_success ( ) {
@@ -683,11 +683,6 @@ fn check_artifacts() {
683683
684684#[ cargo_test]
685685fn 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 ( ) ;
You can’t perform that action at this time.
0 commit comments