From a78831952fb665d47b92dd107763c8409cd21fc5 Mon Sep 17 00:00:00 2001 From: Jeremy Wall Date: Mon, 5 Nov 2018 21:09:05 -0600 Subject: [PATCH] Bump version to 0.2.1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 724d314..d27cc1b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "abortable_parser" -version = "0.2.0" +version = "0.2.1" authors = ["Jeremy Wall "] description = "A parser combinator library with an emphasis on error handling" repository = "https://github.com/zaphar/abortable_parser"