Skip to content

Commit

Permalink
Updated pest_meta version.
Browse files Browse the repository at this point in the history
Previous version was yanked because of packaging issues.
  • Loading branch information
dragostis committed Oct 2, 2018
1 parent 45e056b commit 787e60b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion meta/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "pest_meta"
description = "pest meta language parser and validator"
version = "2.0.2"
version = "2.0.3"
authors = ["Dragoș Tiselice <[email protected]>"]
homepage = "https://pest-parser.github.io/"
repository = "https://github.com/pest-parser/pest"
Expand All @@ -11,6 +11,7 @@ categories = ["parsing"]
license = "MIT/Apache-2.0"
readme = "_README.md"
exclude = ["src/grammar.pest"]
include = ["Cargo.toml", "src/**/*", "src/grammar.rs"]

[dependencies]
maplit = "1.0"
Expand Down

0 comments on commit 787e60b

Please sign in to comment.