We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 852bee3 + d60293a commit 6940191Copy full SHA for 6940191
1 file changed
Cargo.toml
@@ -29,10 +29,10 @@ doctest = false
29
libc = { version = "0.2", default-features = false }
30
31
[dependencies]
32
-# For more information on these dependencies see rust-lang/rust's
33
-# `src/tools/rustc-std-workspace` folder
34
-core = { version = '1.0.0', optional = true, package = 'rustc-std-workspace-core' }
35
cfg-if = "1.0"
+# This is an internal dep for supporting the nightly toolchain option `-Z build-std`:
+# https://github.com/rust-lang/rust/blob/main/library/rustc-std-workspace-core/README.md
+core = { version = '1.0.0', optional = true, package = 'rustc-std-workspace-core' }
36
37
[target.'cfg(target_os = "windows")'.dependencies.windows-sys]
38
version = ">=0.52.0, <=0.61.*"
0 commit comments