Skip to content

Commit 6097d07

Browse files
committed
context crates can't be used as a regular dependency
1 parent dd24066 commit 6097d07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

text/0000-erfc-post-build-contexts.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ these are named according to the name of their `#[post_build_context]`
164164
function.
165165

166166
Crates which define a post-build context must have an `post-build-context = true`
167-
key in their `Cargo.toml`. It can also specify
167+
key in their `Cargo.toml`. They cannot be used as regular dependencies. It can also specify
168168

169169
```rust
170170
single-target = true # false by default

0 commit comments

Comments
 (0)