From 7c52398130cbb5bb4fce6becf33b89038950b760 Mon Sep 17 00:00:00 2001 From: Brennan Kinney <5098581+polarathene@users.noreply.github.com> Date: Thu, 26 Feb 2026 13:18:33 +1300 Subject: [PATCH] docs: `Cargo.toml` - Update `rustc` dep upstream reference --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 3f6c32b..7938285 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -31,8 +31,8 @@ rustix = { version = "1.0.0", default-features = false, features = ["mm"] } rustix-futex-sync = { version = "0.4.0", optional = true } [dependencies] -# For more information on these dependencies see rust-lang/rust's -# `src/tools/rustc-std-workspace` folder +# For more information on these dependencies see: +# 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' } compiler_builtins = { version = '0.1.0', optional = true } cfg-if = "1.0"