We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7a1c09 commit 0603dc0Copy full SHA for 0603dc0
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "cargo"
3
-version = "0.57.0"
+version = "0.58.0"
4
edition = "2018"
5
authors = ["Yehuda Katz <wycats@gmail.com>",
6
"Carl Lerche <me@carllerche.com>",
tests/testsuite/tool_paths.rs
@@ -342,11 +342,6 @@ fn custom_linker_env() {
342
343
#[cargo_test]
344
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
- }
350
let p = project().file("src/main.rs", "fn main() {}").build();
351
352
let target = rustc_host();
0 commit comments