Skip to content

Commit bcca810

Browse files
authored
Remove outdated notice (#548)
1 parent facf617 commit bcca810

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

README.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,6 @@ A simple library meant to be used as a build dependency with Cargo packages in
88
order to build a set of C/C++ files into a static archive. This crate calls out
99
to the most relevant compiler for a platform, for example using `cl` on MSVC.
1010

11-
> **Note**: this crate was recently renamed from the `gcc` crate, so if you're
12-
> looking for the `gcc` crate you're in the right spot!
13-
1411
## Using cc-rs
1512

1613
First, you'll want to both add a build script for your crate (`build.rs`) and

0 commit comments

Comments
 (0)