Skip to content

Commit 3a63889

Browse files
committed
Merge branch 'cleaning_5' of github.com:Wandalen/wTools into cleaning_5
2 parents 5536bd5 + e947700 commit 3a63889

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

Cargo.toml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ missing_docs_in_private_items = "allow"
9595
## top level
9696

9797
[workspace.dependencies.wtools]
98-
version = "~0.2.0"
98+
version = "~0.2.20"
9999
path = "module/core/wtools"
100100
default-features = false
101101

@@ -500,6 +500,11 @@ version = "~0.18.0"
500500
path = "module/core/process_tools"
501501
default-features = false
502502

503+
[workspace.dependencies.program_tools]
504+
version = "~0.1.0"
505+
path = "module/core/program_tools"
506+
default-features = false
507+
503508
# [workspace.dependencies.process_tools_published]
504509
# package = "process_tools"
505510
# version = "~0.9.0"
@@ -591,7 +596,7 @@ path = "module/postponed/plot_interface"
591596
## unsorted
592597

593598
[workspace.dependencies.sqlx_query]
594-
version = "~0.2.0"
599+
version = "~0.2.1"
595600
path = "module/core/sqlx_query"
596601

597602
[workspace.dependencies.unitore]

0 commit comments

Comments
 (0)