Skip to content

Commit f2f12ba

Browse files
committed
Bump to 0.49.0
1 parent 55e59bd commit f2f12ba

File tree

2 files changed

+1
-9
lines changed

2 files changed

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

tests/testsuite/freshness.rs

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2485,10 +2485,6 @@ fn lld_is_fresh() {
24852485

24862486
#[cargo_test]
24872487
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-
}
24922488
let p = project()
24932489
.file(
24942490
"Cargo.toml",
@@ -2555,10 +2551,6 @@ fn env_in_code_causes_rebuild() {
25552551

25562552
#[cargo_test]
25572553
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-
}
25622554
let p = project()
25632555
.file(
25642556
"Cargo.toml",

0 commit comments

Comments
 (0)