Skip to content

Commit 0603dc0

Browse files
committed
Bump to 0.58.0
1 parent c7a1c09 commit 0603dc0

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
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.57.0"
3+
version = "0.58.0"
44
edition = "2018"
55
authors = ["Yehuda Katz <wycats@gmail.com>",
66
"Carl Lerche <me@carllerche.com>",

tests/testsuite/tool_paths.rs

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -342,11 +342,6 @@ fn custom_linker_env() {
342342

343343
#[cargo_test]
344344
fn target_in_environment_contains_lower_case() {
345-
if cfg!(windows) && !cargo_test_support::is_nightly() {
346-
// Remove this check when 1.55 is stabilized.
347-
// https://github.com/rust-lang/rust/pull/85270
348-
return;
349-
}
350345
let p = project().file("src/main.rs", "fn main() {}").build();
351346

352347
let target = rustc_host();

0 commit comments

Comments
 (0)