Skip to content

Commit 8623d2b

Browse files
committed
unilang_parser-v0.21.0
1 parent 71effd7 commit 8623d2b

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
@@ -112,7 +112,7 @@ version = "~0.1.4"
112112
path = "module/alias/std_x"
113113

114114
[workspace.dependencies.unilang_parser]
115-
version = "~0.20.0"
115+
version = "~0.21.0"
116116
path = "module/core/unilang_parser"
117117
default-features = false
118118

module/core/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.20.0"
3+
version = "0.21.0"
44
edition = "2021"
55
license = "MIT"
66
readme = "readme.md"

0 commit comments

Comments
 (0)