From b672dcbd950cf6874a1064f746469c305b8702e8 Mon Sep 17 00:00:00 2001 From: Hugues de Valon Date: Wed, 22 Jul 2020 13:55:34 +0100 Subject: [PATCH] Publish a new version Adding the Error implementation as a patch version. Signed-off-by: Hugues de Valon --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index e94b373..7ae2727 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "parsec-client" -version = "0.7.0" +version = "0.7.1" authors = ["Ionut Mihalcea ", "Hugues de Valon "] description = "Parsec Client library for the Rust ecosystem"