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 9909022 commit 6231202Copy full SHA for 6231202
Cargo.toml
@@ -124,7 +124,7 @@ version = "~0.1.4"
124
path = "module/alias/std_x"
125
126
[workspace.dependencies.unilang_parser]
127
-version = "~0.10.0"
+version = "~0.11.0"
128
path = "module/move/unilang_parser" # Point to original unilang_parser
129
130
module/move/unilang_parser/Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "unilang_parser"
3
-version = "0.10.0"
+version = "0.11.0"
4
edition = "2021"
5
license = "MIT"
6
readme = "readme.md"
0 commit comments