Skip to content

Commit 787e60b

Browse files
committed
Updated pest_meta version.
Previous version was yanked because of packaging issues.
1 parent 45e056b commit 787e60b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

meta/Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "pest_meta"
33
description = "pest meta language parser and validator"
4-
version = "2.0.2"
4+
version = "2.0.3"
55
authors = ["Dragoș Tiselice <dragostiselice@gmail.com>"]
66
homepage = "https://pest-parser.github.io/"
77
repository = "https://github.com/pest-parser/pest"
@@ -11,6 +11,7 @@ categories = ["parsing"]
1111
license = "MIT/Apache-2.0"
1212
readme = "_README.md"
1313
exclude = ["src/grammar.pest"]
14+
include = ["Cargo.toml", "src/**/*", "src/grammar.rs"]
1415

1516
[dependencies]
1617
maplit = "1.0"

0 commit comments

Comments
 (0)