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 dd550c1 commit 768b20cCopy full SHA for 768b20c
.changes/931.json
@@ -2,7 +2,7 @@
2
{
3
"description": "add support for cargo aliases.",
4
"type": "added",
5
- "issues": [562],
+ "issues": [562]
6
},
7
8
"description": "allow users to ignore config files in the package.",
src/docker/shared.rs
@@ -18,9 +18,6 @@ use crate::rustc::{self, VersionMetaExt};
18
use crate::shell::{MessageInfo, Verbosity};
19
use crate::Target;
20
21
-#[cfg(target_os = "windows")]
22
-use crate::file::PathExt;
23
-
24
pub use super::custom::CROSS_CUSTOM_DOCKERFILE_IMAGE_PREFIX;
25
26
pub const CROSS_IMAGE: &str = "ghcr.io/cross-rs";
0 commit comments