File tree Expand file tree Collapse file tree 2 files changed +1
-9
lines changed Expand file tree Collapse file tree 2 files changed +1
-9
lines changed Original file line number Diff line number Diff line change 11[package ]
22name = " cargo"
3- version = " 0.48 .0"
3+ version = " 0.49 .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 @@ -2485,10 +2485,6 @@ fn lld_is_fresh() {
24852485
24862486#[ cargo_test]
24872487fn env_in_code_causes_rebuild ( ) {
2488- // Only nightly 1.46 has support in dep-info files for this
2489- if !cargo_test_support:: is_nightly ( ) {
2490- return ;
2491- }
24922488 let p = project ( )
24932489 . file (
24942490 "Cargo.toml" ,
@@ -2555,10 +2551,6 @@ fn env_in_code_causes_rebuild() {
25552551
25562552#[ cargo_test]
25572553fn env_build_script_no_rebuild ( ) {
2558- // Only nightly 1.46 has support in dep-info files for this
2559- if !cargo_test_support:: is_nightly ( ) {
2560- return ;
2561- }
25622554 let p = project ( )
25632555 . file (
25642556 "Cargo.toml" ,
You can’t perform that action at this time.
0 commit comments