From 93a9fab7ca9544ac0c062bd80c7852f649a96eed Mon Sep 17 00:00:00 2001 From: Dragos Tiselice Date: Sun, 18 Feb 2018 22:56:00 +0100 Subject: [PATCH] Updated version. This is an empty update in order to fix docs.rs. --- 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 b01ff2d1..1dc22a5a 100644 --- a/pest/Cargo.toml +++ b/pest/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "pest" description = "The Elegant Parser" -version = "1.0.3" +version = "1.0.4" 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 53b7777c..a5a131a6 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.3" +version = "1.0.4" 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 f10910b3..3977c967 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.3" +version = "1.0.4" authors = ["Dragoș Tiselice "] repository = "https://github.com/pest-parser/pest" documentation = "https://docs.rs/pest"