From c2e2ea4d7ec2b1a9a0431327c8c71819c052761d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Drago=C8=99=20Tiselice?= Date: Sat, 22 Feb 2020 15:33:06 +0100 Subject: [PATCH] Updated versions. --- generator/Cargo.toml | 2 +- meta/Cargo.toml | 2 +- pest/Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/generator/Cargo.toml b/generator/Cargo.toml index aa51b7ee..9324db82 100644 --- a/generator/Cargo.toml +++ b/generator/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "pest_generator" description = "pest code generator" -version = "2.1.1" +version = "2.1.2" authors = ["Dragoș Tiselice "] homepage = "https://pest-parser.github.io/" repository = "https://github.com/pest-parser/pest" diff --git a/meta/Cargo.toml b/meta/Cargo.toml index 59bf7422..40c7570a 100644 --- a/meta/Cargo.toml +++ b/meta/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "pest_meta" description = "pest meta language parser and validator" -version = "2.1.2" +version = "2.1.3" authors = ["Dragoș Tiselice "] homepage = "https://pest-parser.github.io/" repository = "https://github.com/pest-parser/pest" diff --git a/pest/Cargo.toml b/pest/Cargo.toml index f5214721..bdbd141e 100644 --- a/pest/Cargo.toml +++ b/pest/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "pest" description = "The Elegant Parser" -version = "2.1.2" +version = "2.1.3" authors = ["Dragoș Tiselice "] homepage = "https://pest-parser.github.io/" repository = "https://github.com/pest-parser/pest"