Skip to content

Commit 6bd3a75

Browse files
committed
docs: Declare build-rs as intentional
1 parent 69c4b20 commit 6bd3a75

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

crates/build-rs/README.md

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
> This crate is maintained by the Cargo team for use by the wider
2+
> ecosystem. This crate follows semver compatibility for its APIs.

crates/build-rs/src/lib.rs

+3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
//! build-rs provides a strongly typed interface around the Cargo build script
22
//! protocol. Cargo provides inputs to the build script by environment variable
33
//! and accepts commands by printing to stdout.
4+
//!
5+
//! > This crate is maintained by the Cargo team for use by the wider
6+
//! > ecosystem. This crate follows semver compatibility for its APIs.
47
#![cfg_attr(all(doc, feature = "unstable"), feature(doc_auto_cfg, doc_cfg))]
58
#![allow(clippy::disallowed_methods)] // HACK: deferred resoling this
69
#![allow(clippy::print_stdout)] // HACK: deferred resoling this

src/doc/contrib/src/team.md

+1
Original file line numberDiff line numberDiff line change
@@ -170,6 +170,7 @@ The degree of process is correlated with the degree of change being proposed:
170170

171171
Per the [Rust crate ownership policy](https://forge.rust-lang.org/policies/crate-ownership.html), the Cargo team's "Intentional Artifacts" include:
172172

173+
- [build-rs](https://crates.io/crates/build-rs)
173174
- [cargo-credential](https://crates.io/crates/cargo-credential)
174175
- [cargo-platform](https://crates.io/crates/cargo-platform)
175176
- [cargo-util-schemas](https://crates.io/crates/cargo-util-schemas)

0 commit comments

Comments
 (0)