Skip to content

Commit 6940191

Browse files
authored
Merge pull request #63 from polarathene/patch-2
docs: `Cargo.toml` - Revise description of `core` dep
2 parents 852bee3 + d60293a commit 6940191

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,10 @@ doctest = false
2929
libc = { version = "0.2", default-features = false }
3030

3131
[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' }
3532
cfg-if = "1.0"
33+
# This is an internal dep for supporting the nightly toolchain option `-Z build-std`:
34+
# https://github.com/rust-lang/rust/blob/main/library/rustc-std-workspace-core/README.md
35+
core = { version = '1.0.0', optional = true, package = 'rustc-std-workspace-core' }
3636

3737
[target.'cfg(target_os = "windows")'.dependencies.windows-sys]
3838
version = ">=0.52.0, <=0.61.*"

0 commit comments

Comments
 (0)