We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db5c8d1 commit 8d1a3d0Copy full SHA for 8d1a3d0
Cargo.toml
@@ -116,7 +116,7 @@ version = "~0.1.4"
116
path = "module/alias/std_x"
117
118
[workspace.dependencies.unilang_parser]
119
-version = "~0.21.0"
+version = "~0.22.0"
120
path = "module/core/unilang_parser"
121
default-features = false
122
module/core/unilang_parser/Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "unilang_parser"
3
-version = "0.21.0"
+version = "0.22.0"
4
edition = "2021"
5
license = "MIT"
6
readme = "readme.md"
0 commit comments