From 1dbf7b6fe0fdabbd8190ed6066d7e0115af6d359 Mon Sep 17 00:00:00 2001 From: occheung Date: Mon, 12 Oct 2020 10:04:04 +0800 Subject: [PATCH] "nom: fix for no_std compliance" --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 30859b4..b364cff 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -40,4 +40,4 @@ features = [] [dependencies.nom] version = "5.1.2" default-features = false -features= [ "regex", "lexical" ] +features= []