diff options
| author | Tshepang Mbambo <hopsi@tuta.io> | 2025-08-03 07:18:26 +0200 |
|---|---|---|
| committer | Tshepang Mbambo <hopsi@tuta.io> | 2025-08-03 07:18:26 +0200 |
| commit | f84c62112a3f86ac0e0916db07d70b391ce7db30 (patch) | |
| tree | 0633ac7c98ddae54f5e8850b88ab24933abf141d | |
| parent | 3bba46bb5242e2b32c9e48eaedcea1d55f9ebb2a (diff) | |
| download | rust-f84c62112a3f86ac0e0916db07d70b391ce7db30.tar.gz rust-f84c62112a3f86ac0e0916db07d70b391ce7db30.zip | |
there is still no official policy
| -rw-r--r-- | src/doc/rustc-dev-guide/src/crates-io.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/doc/rustc-dev-guide/src/crates-io.md b/src/doc/rustc-dev-guide/src/crates-io.md index 4431585a2f0..677b1fc0313 100644 --- a/src/doc/rustc-dev-guide/src/crates-io.md +++ b/src/doc/rustc-dev-guide/src/crates-io.md @@ -11,7 +11,7 @@ you should avoid adding dependencies to the compiler for several reasons: - The dependency may have transitive dependencies that have one of the above problems. -<!-- date-check: Feb 2023 --> +<!-- date-check: Aug 2025 --> Note that there is no official policy for vetting new dependencies to the compiler. Decisions are made on a case-by-case basis, during code review. |
