We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d07649 commit eb04129Copy full SHA for eb04129
Cargo.toml
@@ -3,7 +3,7 @@ members = ["derive"]
3
4
[package]
5
name = "from-pest"
6
-version = "0.3.2"
+version = "0.3.3"
7
edition = "2021"
8
authors = ["cad97 <cad97@cad97.com>"]
9
readme = "./README.md"
derive/Cargo.toml
@@ -1,6 +1,6 @@
1
2
name = "pest-ast"
-version = "0.3.4"
+version = "0.3.5"
description = "Derive to convert from pest parse tree to typed syntax tree"
0 commit comments