Skip to content

Commit

Permalink
Remove outdated notice (#548)
Browse files Browse the repository at this point in the history
  • Loading branch information
kornelski committed Aug 24, 2020
1 parent facf617 commit bcca810
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions README.md
Expand Up @@ -8,9 +8,6 @@ A simple library meant to be used as a build dependency with Cargo packages in
order to build a set of C/C++ files into a static archive. This crate calls out
to the most relevant compiler for a platform, for example using `cl` on MSVC.

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

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

0 comments on commit bcca810

Please sign in to comment.