Skip to content

Commit 59dac97

Browse files
committed
Merge branch 'cleaning_5' of github.com:Wandalen/wTools into cleaning_5
2 parents 76b1fad + 8d1a3d0 commit 59dac97

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
@@ -116,7 +116,7 @@ version = "~0.1.4"
116116
path = "module/alias/std_x"
117117

118118
[workspace.dependencies.unilang_parser]
119-
version = "~0.21.0"
119+
version = "~0.22.0"
120120
path = "module/core/unilang_parser"
121121
default-features = false
122122

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.21.0"
3+
version = "0.22.0"
44
edition = "2021"
55
license = "MIT"
66
readme = "readme.md"

0 commit comments

Comments
 (0)