Skip to content

Commit 6231202

Browse files
committed
unilang_parser-v0.11.0
1 parent 9909022 commit 6231202

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ version = "~0.1.4"
124124
path = "module/alias/std_x"
125125

126126
[workspace.dependencies.unilang_parser]
127-
version = "~0.10.0"
127+
version = "~0.11.0"
128128
path = "module/move/unilang_parser" # Point to original unilang_parser
129129

130130

module/move/unilang_parser/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "unilang_parser"
3-
version = "0.10.0"
3+
version = "0.11.0"
44
edition = "2021"
55
license = "MIT"
66
readme = "readme.md"

0 commit comments

Comments
 (0)