Skip to content

Commit 2a89e79

Browse files
authored
Improve README example
The README instructs the user to add `rust_c` to the dependencies section, while the following example requires it to be in the build-dependencies section. Since it seems build scripts are the primary use-case for this script, we can reduce friction with this change (it caused me about 5 minutes worth of research).
1 parent 5992a4e commit 2a89e79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ At the point of the last update of this README, the latest published version cou
1818
Add the following dependency to your Cargo manifest...
1919

2020
```toml
21-
[dependencies]
21+
[build-dependencies]
2222
rustc_version = "0.2"
2323
```
2424

0 commit comments

Comments
 (0)