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 1
1
[package ]
2
2
name = " cargo"
3
- version = " 0.48 .0"
3
+ version = " 0.49 .0"
4
4
edition = " 2018"
5
5
authors = [
" Yehuda Katz <[email protected] >" ,
6
6
" Carl Lerche <[email protected] >" ,
Original file line number Diff line number Diff line change @@ -2485,10 +2485,6 @@ fn lld_is_fresh() {
2485
2485
2486
2486
#[ cargo_test]
2487
2487
fn 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
- }
2492
2488
let p = project ( )
2493
2489
. file (
2494
2490
"Cargo.toml" ,
@@ -2555,10 +2551,6 @@ fn env_in_code_causes_rebuild() {
2555
2551
2556
2552
#[ cargo_test]
2557
2553
fn 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
- }
2562
2554
let p = project ( )
2563
2555
. file (
2564
2556
"Cargo.toml" ,
You can’t perform that action at this time.
0 commit comments