From cdc3be4832910064fb33e426be9d9cfe1a17a825 Mon Sep 17 00:00:00 2001 From: Jason Travis Smith Date: Wed, 1 Mar 2017 19:01:41 -0500 Subject: [PATCH] Added the ability to pass the use_std feature on to the scribe library. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 7bb26ff..7d3359d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,7 +11,7 @@ keywords = ["binding", "c types", "c enums", "c flags", "c strings"] [features] default = [] -use_std = [] +use_std = ["scribe/use_std"] [dependencies.scribe]