From aa4a35c1ca70a404a99324f64c8aea334e422d61 Mon Sep 17 00:00:00 2001 From: Cody Schafer Date: Mon, 1 Dec 2014 16:37:00 -0500 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a3fce3f..4d7d751 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ This openembedded layer provides the rust compiler, tools for building packages ``` | src/lib.rs:12:1: 12:35 error: can't find crate for `ffi` | src/lib.rs:12 extern crate "openssl-sys" as ffi; -| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ``` Where a "-sys" crate (or other crate) is not found. These are typically caused