Skip to content

Commit 6b1b9d8

Browse files
committed
Merge branch 'cleaning_5' of github.com:Wandalen/wTools into cleaning_5
2 parents 1b013bc + a892be5 commit 6b1b9d8

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
@@ -117,7 +117,7 @@ path = "module/core/unilang_parser"
117117
default-features = false
118118

119119
[workspace.dependencies.unilang]
120-
version = "~0.29.0"
120+
version = "~0.30.0"
121121
path = "module/core/unilang"
122122
default-features = false
123123

module/core/unilang/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"
3-
version = "0.29.0"
3+
version = "0.30.0"
44
edition = "2021"
55
rust-version = "1.70"
66
authors = [

0 commit comments

Comments
 (0)