Skip to content

Commit 8f3dd18

Browse files
committed
Auto merge of #5400 - kornelski:master, r=alexcrichton
Docs: rename gcc-rs → cc-rs
2 parents fd3be77 + 3350ff3 commit 8f3dd18

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/doc/src/reference/build-scripts.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -393,7 +393,7 @@ your `Cargo.toml`:
393393

394394
```toml
395395
[build-dependencies]
396-
gcc = "1.0"
396+
cc = "1.0"
397397
```
398398

399399
The [`cc` crate](https://crates.io/crates/cc) abstracts a range of build

src/doc/src/reference/specifying-dependencies.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -508,7 +508,7 @@ manifest:
508508

509509
```toml
510510
[build-dependencies]
511-
gcc = "0.3"
511+
cc = "1.0.3"
512512
```
513513

514514
The build script **does not** have access to the dependencies listed

0 commit comments

Comments
 (0)