From da13c9866b56357bd5b8e2bad157613c5d47eab3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Drago=C8=99=20Tiselice?= Date: Sun, 21 Oct 2018 20:46:27 +0300 Subject: [PATCH] Updated pest version. --- pest/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pest/Cargo.toml b/pest/Cargo.toml index 33894059..8090ee15 100644 --- a/pest/Cargo.toml +++ b/pest/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "pest" description = "The Elegant Parser" -version = "2.0.1" +version = "2.0.2" authors = ["DragoČ™ Tiselice "] homepage = "https://pest-parser.github.io/" repository = "https://github.com/pest-parser/pest"