Bump to 0.49.0

This commit is contained in:
Eric Huss 2020-08-28 10:17:49 -07:00
parent 55e59bdfd3
commit f2f12ba6a2
2 changed files with 1 additions and 9 deletions

View file

@ -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>",

View file

@ -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",
@ -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",