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"