Update reference to rustc-std-workspace-core

This commit is contained in:
Martin Nordholts 2024-05-04 14:56:01 +02:00
parent 55f590fe3b
commit 8c0c504d4f

View file

@ -28,8 +28,8 @@ links = 'compiler-rt'
test = false
[dependencies]
# For more information on this dependency see rust-lang/rust's
# `src/tools/rustc-std-workspace` folder
# For more information on this dependency see
# https://github.com/rust-lang/rust/tree/master/library/rustc-std-workspace-core
core = { version = "1.0.0", optional = true, package = 'rustc-std-workspace-core' }
[build-dependencies]