Skip to content

Commit 9214337

Browse files
committed
Merge branch 'unilang_4' of github.com:Wandalen/wTools into unilang_4
2 parents 8acb272 + 5457b8e commit 9214337

File tree

7 files changed

+11
-11
lines changed

7 files changed

+11
-11
lines changed

Cargo.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ version = "~0.1.4"
127127
path = "module/alias/std_x"
128128

129129
[workspace.dependencies.unilang_parser]
130-
version = "~0.8.0"
130+
version = "~0.9.0"
131131
path = "module/move/unilang_parser" # Point to original unilang_parser
132132

133133

@@ -325,12 +325,12 @@ version = "~0.13.0"
325325
path = "module/core/impls_index_meta"
326326

327327
[workspace.dependencies.mod_interface]
328-
version = "~0.40.0"
328+
version = "~0.41.0"
329329
path = "module/core/mod_interface"
330330
default-features = false
331331

332332
[workspace.dependencies.mod_interface_meta]
333-
version = "~0.38.0"
333+
version = "~0.39.0"
334334
path = "module/core/mod_interface_meta"
335335
default-features = false
336336

@@ -415,7 +415,7 @@ default-features = false
415415
## error
416416

417417
[workspace.dependencies.error_tools]
418-
version = "~0.28.0"
418+
version = "~0.29.0"
419419
path = "module/core/error_tools"
420420
default-features = false
421421

@@ -427,7 +427,7 @@ path = "module/alias/werror"
427427
## string tools
428428

429429
[workspace.dependencies.strs_tools]
430-
version = "~0.26.0"
430+
version = "~0.27.0"
431431
path = "module/core/strs_tools"
432432
default-features = false
433433

module/core/error_tools/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "error_tools"
3-
version = "0.28.0"
3+
version = "0.29.0"
44
edition = "2021"
55
authors = [
66
"Kostiantyn Wandalen <[email protected]>",

module/core/mod_interface/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "mod_interface"
3-
version = "0.40.0"
3+
version = "0.41.0"
44
edition = "2021"
55
authors = [
66
"Kostiantyn Wandalen <[email protected]>",

module/core/mod_interface_meta/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "mod_interface_meta"
3-
version = "0.38.0"
3+
version = "0.39.0"
44
edition = "2021"
55
authors = [
66
"Kostiantyn Wandalen <[email protected]>",

module/core/strs_tools/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "strs_tools"
3-
version = "0.26.0"
3+
version = "0.27.0"
44
edition = "2021"
55
authors = [
66
"Kostiantyn Wandalen <[email protected]>",

module/move/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.9.0"
3+
version = "0.10.0"
44
edition = "2021"
55
authors = [
66
"Kostiantyn Wandalen <[email protected]>",

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

0 commit comments

Comments
 (0)