Skip to content

Commit

Permalink
AUTO : Forward from format_tools_evolving_2 to alpha (#1452)
Browse files Browse the repository at this point in the history
publishing wca and willbe
  • Loading branch information
wtools-bot authored Sep 5, 2024
1 parent 445d44f commit 8f0370a
Show file tree
Hide file tree
Showing 32 changed files with 78 additions and 59 deletions.
46 changes: 23 additions & 23 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ path = "module/alias/std_x"
## data_type

[workspace.dependencies.data_type]
version = "~0.9.0"
version = "~0.10.0"
path = "module/core/data_type"
default-features = false

Expand All @@ -98,7 +98,7 @@ default-features = false
# path = "module/core/type_constructor_derive_pair_meta"

[workspace.dependencies.interval_adapter]
version = "~0.23.0"
version = "~0.24.0"
path = "module/core/interval_adapter"
default-features = false
features = [ "enabled" ]
Expand All @@ -110,21 +110,21 @@ default-features = false
features = [ "enabled" ]

[workspace.dependencies.collection_tools]
version = "~0.11.0"
version = "~0.12.0"
path = "module/core/collection_tools"
default-features = false


## derive

[workspace.dependencies.derive_tools]
version = "~0.27.0"
version = "~0.28.0"
path = "module/core/derive_tools"
default-features = false
features = [ "enabled" ]

[workspace.dependencies.derive_tools_meta]
version = "~0.26.0"
version = "~0.27.0"
path = "module/core/derive_tools_meta"
default-features = false
features = [ "enabled" ]
Expand Down Expand Up @@ -159,24 +159,24 @@ path = "module/alias/fundamental_data_type"
default-features = false

[workspace.dependencies.variadic_from]
version = "~0.22.0"
version = "~0.23.0"
path = "module/core/variadic_from"
default-features = false
features = [ "enabled" ]

[workspace.dependencies.clone_dyn]
version = "~0.23.0"
version = "~0.24.0"
path = "module/core/clone_dyn"
default-features = false
features = [ "enabled" ]

[workspace.dependencies.clone_dyn_meta]
version = "~0.23.0"
version = "~0.24.0"
path = "module/core/clone_dyn_meta"
features = [ "enabled" ]

[workspace.dependencies.clone_dyn_types]
version = "~0.22.0"
version = "~0.23.0"
path = "module/core/clone_dyn_types"
default-features = false
features = [ "enabled" ]
Expand All @@ -201,7 +201,7 @@ default-features = false
## iter

[workspace.dependencies.iter_tools]
version = "~0.20.0"
version = "~0.21.0"
path = "module/core/iter_tools"
default-features = false

Expand All @@ -219,7 +219,7 @@ path = "module/core/for_each"
default-features = false

[workspace.dependencies.former]
version = "~2.8.0"
version = "~2.9.0"
path = "module/core/former"
default-features = false

Expand All @@ -229,12 +229,12 @@ default-features = false
# default-features = false

[workspace.dependencies.former_meta]
version = "~2.8.0"
version = "~2.9.0"
path = "module/core/former_meta"
default-features = false

[workspace.dependencies.former_types]
version = "~2.7.0"
version = "~2.8.0"
path = "module/core/former_types"
default-features = false

Expand All @@ -248,12 +248,12 @@ version = "~0.7.0"
path = "module/core/impls_index_meta"

[workspace.dependencies.mod_interface]
version = "~0.23.0"
version = "~0.24.0"
path = "module/core/mod_interface"
default-features = false

[workspace.dependencies.mod_interface_meta]
version = "~0.23.0"
version = "~0.24.0"
path = "module/core/mod_interface_meta"
default-features = false

Expand All @@ -279,7 +279,7 @@ default-features = false
## macro tools

[workspace.dependencies.macro_tools]
version = "~0.39.0"
version = "~0.40.0"
path = "module/core/macro_tools"
default-features = false

Expand Down Expand Up @@ -333,7 +333,7 @@ default-features = false
## error

[workspace.dependencies.error_tools]
version = "~0.16.0"
version = "~0.17.0"
path = "module/core/error_tools"
default-features = false

Expand All @@ -345,7 +345,7 @@ path = "module/alias/werror"
## string tools

[workspace.dependencies.strs_tools]
version = "~0.16.0"
version = "~0.17.0"
path = "module/core/strs_tools"
default-features = false

Expand All @@ -367,15 +367,15 @@ path = "module/alias/file_tools"
default-features = false

[workspace.dependencies.proper_path_tools]
version = "~0.9.0"
version = "~0.10.0"
path = "module/core/proper_path_tools"
default-features = false


## process tools

[workspace.dependencies.process_tools]
version = "~0.8.0"
version = "~0.9.0"
path = "module/core/process_tools"
default-features = false

Expand Down Expand Up @@ -422,7 +422,7 @@ default-features = false
## ca

[workspace.dependencies.wca]
version = "~0.20.0"
version = "~0.21.0"
path = "module/move/wca"


Expand All @@ -436,7 +436,7 @@ path = "module/move/wcensor"
## willbe

[workspace.dependencies.willbe]
version = "~0.14.0"
version = "~0.15.0"
path = "module/move/willbe"


Expand Down Expand Up @@ -476,7 +476,7 @@ version = "~0.5.0"
path = "module/move/deterministic_rand"

[workspace.dependencies.crates_tools]
version = "~0.12.0"
version = "~0.13.0"
path = "module/move/crates_tools"


Expand Down
2 changes: 1 addition & 1 deletion module/core/clone_dyn/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "clone_dyn"
version = "0.23.0"
version = "0.24.0"
edition = "2021"
authors = [
"Kostiantyn Wandalen <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion module/core/clone_dyn_meta/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "clone_dyn_meta"
version = "0.23.0"
version = "0.24.0"
edition = "2021"
authors = [
"Kostiantyn Wandalen <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion module/core/clone_dyn_types/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "clone_dyn_types"
version = "0.22.0"
version = "0.23.0"
edition = "2021"
authors = [
"Kostiantyn Wandalen <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion module/core/collection_tools/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "collection_tools"
version = "0.11.0"
version = "0.12.0"
edition = "2021"
authors = [
"Kostiantyn Wandalen <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion module/core/data_type/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "data_type"
version = "0.9.0"
version = "0.10.0"
edition = "2021"
authors = [
"Kostiantyn Wandalen <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion module/core/derive_tools/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "derive_tools"
version = "0.27.0"
version = "0.28.0"
edition = "2021"
authors = [
"Kostiantyn Wandalen <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion module/core/derive_tools_meta/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "derive_tools_meta"
version = "0.26.0"
version = "0.27.0"
edition = "2021"
authors = [
"Kostiantyn Wandalen <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion module/core/error_tools/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "error_tools"
version = "0.16.0"
version = "0.17.0"
edition = "2021"
authors = [
"Kostiantyn Wandalen <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion module/core/former/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "former"
version = "2.8.0"
version = "2.9.0"
edition = "2021"
authors = [
"Kostiantyn Wandalen <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion module/core/former_meta/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "former_meta"
version = "2.8.0"
version = "2.9.0"
edition = "2021"
authors = [
"Kostiantyn Wandalen <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion module/core/former_types/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "former_types"
version = "2.7.0"
version = "2.8.0"
edition = "2021"
authors = [
"Kostiantyn Wandalen <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion module/core/interval_adapter/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "interval_adapter"
version = "0.23.0"
version = "0.24.0"
edition = "2021"
authors = [
"Kostiantyn Wandalen <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion module/core/iter_tools/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "iter_tools"
version = "0.20.0"
version = "0.21.0"
edition = "2021"
authors = [
"Kostiantyn Wandalen <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion module/core/macro_tools/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "macro_tools"
version = "0.39.0"
version = "0.40.0"
edition = "2021"
authors = [
"Kostiantyn Wandalen <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion module/core/mod_interface/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "mod_interface"
version = "0.23.0"
version = "0.24.0"
edition = "2021"
authors = [
"Kostiantyn Wandalen <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion module/core/mod_interface_meta/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "mod_interface_meta"
version = "0.23.0"
version = "0.24.0"
edition = "2021"
authors = [
"Kostiantyn Wandalen <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion module/core/process_tools/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "process_tools"
version = "0.8.0"
version = "0.9.0"
edition = "2021"
authors = [
"Kostiantyn Wandalen <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion module/core/proper_path_tools/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "proper_path_tools"
version = "0.9.0"
version = "0.10.0"
edition = "2021"
authors = [
"Kostiantyn Wandalen <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion module/core/strs_tools/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "strs_tools"
version = "0.16.0"
version = "0.17.0"
edition = "2021"
authors = [
"Kostiantyn Wandalen <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion module/core/variadic_from/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "variadic_from"
version = "0.22.0"
version = "0.23.0"
edition = "2021"
authors = [
"Kostiantyn Wandalen <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion module/move/crates_tools/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "crates_tools"
version = "0.12.0"
version = "0.13.0"
edition = "2021"
authors = [
"Kostiantyn Wandalen <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion module/move/wca/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "wca"
version = "0.20.0"
version = "0.21.0"
edition = "2021"
authors = [
"Kostiantyn Wandalen <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion module/move/wca/src/ca/aggregator.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ mod private
{
Verifier,
Executor,
grammar::command::private::
grammar::command::
{
CommandFormer,
CommandAsSubformer,
Expand Down
2 changes: 1 addition & 1 deletion module/move/wca/src/ca/executor/executor.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ mod private

// use wtools::error::Result;
use error::return_err;
use ca::help::private::{ HelpGeneratorOptions, LevelOfDetail, generate_help_content };
use ca::help::{ HelpGeneratorOptions, generate_help_content, LevelOfDetail };

// aaa : for Bohdan : how is it useful? where is it used?
// aaa : `ExecutorType` has been removed
Expand Down
Loading

0 comments on commit 8f0370a

Please sign in to comment.