Skip to content

Commit 296342f

Browse files
committed
Merge branch 'unilang_4' of github.com:Wandalen/wTools into unilang_4
2 parents 4ed5961 + 4ed413a commit 296342f

File tree

9 files changed

+16
-16
lines changed

9 files changed

+16
-16
lines changed

Cargo.toml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ path = "module/move/unilang_parser" # Point to original unilang_parser
129129
## data_type
130130

131131
[workspace.dependencies.data_type]
132-
version = "~0.14.0"
132+
version = "~0.15.0"
133133
path = "module/core/data_type"
134134
default-features = false
135135

@@ -296,12 +296,12 @@ path = "module/core/former_types"
296296
default-features = false
297297

298298
[workspace.dependencies.component_model]
299-
version = "~0.5.0"
299+
version = "~0.6.0"
300300
path = "module/core/component_model"
301301
default-features = false
302302

303303
[workspace.dependencies.component_model_meta]
304-
version = "~0.5.0"
304+
version = "~0.6.0"
305305
path = "module/core/component_model_meta"
306306
default-features = false
307307

@@ -449,7 +449,7 @@ path = "module/alias/file_tools"
449449
default-features = false
450450

451451
[workspace.dependencies.pth]
452-
version = "~0.24.0"
452+
version = "~0.25.0"
453453
path = "module/core/pth"
454454
default-features = false
455455

@@ -462,7 +462,7 @@ default-features = false
462462
## process tools
463463

464464
[workspace.dependencies.process_tools]
465-
version = "~0.14.0"
465+
version = "~0.15.0"
466466
path = "module/core/process_tools"
467467
default-features = false
468468

@@ -522,7 +522,7 @@ default-features = false
522522
## ca
523523

524524
[workspace.dependencies.wca]
525-
version = "~0.27.0"
525+
version = "~0.28.0"
526526
path = "module/move/wca"
527527

528528
## censor
@@ -535,7 +535,7 @@ path = "module/move/wcensor"
535535
## willbe
536536

537537
[workspace.dependencies.willbe]
538-
version = "~0.23.0"
538+
version = "~0.24.0"
539539
path = "module/move/willbe"
540540

541541

@@ -574,7 +574,7 @@ version = "~0.6.0"
574574
path = "module/move/deterministic_rand"
575575

576576
[workspace.dependencies.crates_tools]
577-
version = "~0.16.0"
577+
version = "~0.17.0"
578578
path = "module/move/crates_tools"
579579

580580
[workspace.dependencies.assistant]

module/core/component_model/Cargo.toml

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

module/core/component_model_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 = "component_model_meta"
3-
version = "0.5.0"
3+
version = "0.6.0"
44
edition = "2021"
55
authors = [
66
"Kostiantyn Wandalen <[email protected]>",

module/core/data_type/Cargo.toml

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

module/core/process_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 = "process_tools"
3-
version = "0.14.0"
3+
version = "0.15.0"
44
edition = "2021"
55
authors = [
66
"Kostiantyn Wandalen <[email protected]>",

module/core/pth/Cargo.toml

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

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

module/move/wca/Cargo.toml

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

module/move/willbe/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# module/move/willbe/Cargo.toml
22
[package]
33
name = "willbe"
4-
version = "0.23.0"
4+
version = "0.24.0"
55
edition = "2021"
66
authors = [
77
"Kostiantyn Wandalen <[email protected]>",

0 commit comments

Comments
 (0)