Skip to content

Commit efc25df

Browse files
committed
Note that the mechanism may change in the course of experimentation
1 parent 0b4895e commit efc25df

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

text/0000-metabuild.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,10 @@ initial implementation, Cargo can generate and cache that `build.rs` in the
8888
`target` directory when needed, alongside the built version of the script.
8989

9090
For Cargo schema versioning, using the `metabuild` key will result in the crate
91-
requiring a sufficiently new version of Cargo to understand `metabuild`.
91+
requiring a sufficiently new version of Cargo to understand `metabuild`. This
92+
should start out as an unstable Cargo feature; in the course of experimentation
93+
and stabilization, the implementation of this feature may change, requiring
94+
adaptation of experimental build scripts.
9295

9396
If any of the strings mentioned in `metabuild` do not match one of the
9497
build-dependencies, Cargo should produce an error (*before* attempting to

0 commit comments

Comments
 (0)