From 3b872da29590d1392472328ad67a62710bb77c68 Mon Sep 17 00:00:00 2001 From: Alex Huszagh Date: Fri, 10 Sep 2021 12:35:18 -0500 Subject: [PATCH] Increment minimal-lexical version. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 82e13e9d9..b51a3d58b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -33,7 +33,7 @@ default = ["std"] docsrs = [] [dependencies.minimal-lexical] -version = "0.1.2" +version = "0.2.0" default-features = false [dependencies.memchr]