From 92c803699b9d8e465246546ad5f0aea02ecdac4f Mon Sep 17 00:00:00 2001 From: Alex Crichton Date: Tue, 19 Sep 2017 10:53:04 -0700 Subject: [PATCH] Note that this is a rename crate --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index edb0d40..8365f15 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,9 @@ 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