From 18b405c4c82a68bef54573395af45dab0b2177a8 Mon Sep 17 00:00:00 2001 From: Dragos Tiselice Date: Mon, 22 Jan 2018 19:30:01 +0100 Subject: [PATCH] Updated version. --- pest/Cargo.toml | 2 +- pest_derive/Cargo.toml | 2 +- pest_grammars/Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pest/Cargo.toml b/pest/Cargo.toml index 79f99ebd..cbfb2b29 100644 --- a/pest/Cargo.toml +++ b/pest/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "pest" description = "The Elegant Parser" -version = "1.0.1" +version = "1.0.2" authors = ["Dragoș Tiselice "] repository = "https://github.com/pest-parser/pest" documentation = "https://docs.rs/pest" diff --git a/pest_derive/Cargo.toml b/pest_derive/Cargo.toml index ef483ec0..20d18f21 100644 --- a/pest_derive/Cargo.toml +++ b/pest_derive/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "pest_derive" description = "pest's derive macro" -version = "1.0.1" +version = "1.0.2" authors = ["Dragoș Tiselice "] repository = "https://github.com/pest-parser/pest" documentation = "https://docs.rs/pest" diff --git a/pest_grammars/Cargo.toml b/pest_grammars/Cargo.toml index 3d6ecc82..0aa245c8 100644 --- a/pest_grammars/Cargo.toml +++ b/pest_grammars/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "pest_grammars" description = "pest popular grammar implementations" -version = "1.0.1" +version = "1.0.2" authors = ["Dragoș Tiselice "] repository = "https://github.com/pest-parser/pest" documentation = "https://docs.rs/pest"