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 71effd7 commit 8623d2bCopy full SHA for 8623d2b
Cargo.toml
@@ -112,7 +112,7 @@ version = "~0.1.4"
112
path = "module/alias/std_x"
113
114
[workspace.dependencies.unilang_parser]
115
-version = "~0.20.0"
+version = "~0.21.0"
116
path = "module/core/unilang_parser"
117
default-features = false
118
module/core/unilang_parser/Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "unilang_parser"
3
-version = "0.20.0"
+version = "0.21.0"
4
edition = "2021"
5
license = "MIT"
6
readme = "readme.md"
0 commit comments