Skip to content

Commit

Permalink
Bump to 0.49.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ehuss committed Aug 28, 2020
1 parent 55e59bd commit f2f12ba
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 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.48.0"
version = "0.49.0"
edition = "2018"
authors = ["Yehuda Katz <wycats@gmail.com>",
"Carl Lerche <me@carllerche.com>",
Expand Down
8 changes: 0 additions & 8 deletions tests/testsuite/freshness.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2485,10 +2485,6 @@ fn lld_is_fresh() {

#[cargo_test]
fn env_in_code_causes_rebuild() {
// Only nightly 1.46 has support in dep-info files for this
if !cargo_test_support::is_nightly() {
return;
}
let p = project()
.file(
"Cargo.toml",
Expand Down Expand Up @@ -2555,10 +2551,6 @@ fn env_in_code_causes_rebuild() {

#[cargo_test]
fn env_build_script_no_rebuild() {
// Only nightly 1.46 has support in dep-info files for this
if !cargo_test_support::is_nightly() {
return;
}
let p = project()
.file(
"Cargo.toml",
Expand Down

0 comments on commit f2f12ba

Please sign in to comment.