From 41be71604cf12866b4ae34025a2eccfb20204de4 Mon Sep 17 00:00:00 2001 From: wandalen Date: Sat, 21 Jun 2025 09:47:59 +0300 Subject: [PATCH 01/18] macro_tools-v0.55.0 --- Cargo.toml | 8 ++++---- module/core/macro_tools/Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index d7cb0080a3..f921084a4e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -243,17 +243,17 @@ path = "module/core/former_types" default-features = false [workspace.dependencies.component_model] -version = "~0.2.0" +version = "~0.3.0" path = "module/core/component_model" default-features = false [workspace.dependencies.component_model_meta] -version = "~0.2.0" +version = "~0.3.0" path = "module/core/component_model_meta" default-features = false [workspace.dependencies.component_model_types] -version = "~0.2.0" +version = "~0.3.0" path = "module/core/component_model_types" default-features = false @@ -298,7 +298,7 @@ default-features = false ## macro tools [workspace.dependencies.macro_tools] -version = "~0.54.0" +version = "~0.55.0" path = "module/core/macro_tools" default-features = false diff --git a/module/core/macro_tools/Cargo.toml b/module/core/macro_tools/Cargo.toml index 413e1802b4..fbbd9cfa93 100644 --- a/module/core/macro_tools/Cargo.toml +++ b/module/core/macro_tools/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "macro_tools" -version = "0.54.0" +version = "0.55.0" edition = "2021" authors = [ "Kostiantyn Wandalen ", From 4a5202bea91fff5ac19de8981956a8aa519a834a Mon Sep 17 00:00:00 2001 From: wandalen Date: Sat, 21 Jun 2025 09:48:26 +0300 Subject: [PATCH 02/18] clone_dyn_meta-v0.31.0 --- Cargo.toml | 2 +- module/core/clone_dyn_meta/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index f921084a4e..1ff242610f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -180,7 +180,7 @@ default-features = false # features = [ "enabled" ] [workspace.dependencies.clone_dyn_meta] -version = "~0.30.0" +version = "~0.31.0" path = "module/core/clone_dyn_meta" # features = [ "enabled" ] diff --git a/module/core/clone_dyn_meta/Cargo.toml b/module/core/clone_dyn_meta/Cargo.toml index 0c2f6f0c0d..6c31e29376 100644 --- a/module/core/clone_dyn_meta/Cargo.toml +++ b/module/core/clone_dyn_meta/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "clone_dyn_meta" -version = "0.30.0" +version = "0.31.0" edition = "2021" authors = [ "Kostiantyn Wandalen ", From 93370655153419df650db2bf23ff75bbe3b6fd16 Mon Sep 17 00:00:00 2001 From: wandalen Date: Sat, 21 Jun 2025 09:48:42 +0300 Subject: [PATCH 03/18] clone_dyn-v0.33.0 --- Cargo.toml | 2 +- module/core/clone_dyn/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 1ff242610f..a03e01d1f0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -174,7 +174,7 @@ default-features = false # features = [ "enabled" ] [workspace.dependencies.clone_dyn] -version = "~0.32.0" +version = "~0.33.0" path = "module/core/clone_dyn" default-features = false # features = [ "enabled" ] diff --git a/module/core/clone_dyn/Cargo.toml b/module/core/clone_dyn/Cargo.toml index 18b1b5e373..6f5afc135b 100644 --- a/module/core/clone_dyn/Cargo.toml +++ b/module/core/clone_dyn/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "clone_dyn" -version = "0.32.0" +version = "0.33.0" edition = "2021" authors = [ "Kostiantyn Wandalen ", From 567e4bae44e3bdc8efa6aadaa203e24fdc613499 Mon Sep 17 00:00:00 2001 From: wandalen Date: Sat, 21 Jun 2025 09:48:54 +0300 Subject: [PATCH 04/18] derive_tools_meta-v0.35.0 --- Cargo.toml | 2 +- module/core/derive_tools_meta/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index a03e01d1f0..e2052a143d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -126,7 +126,7 @@ default-features = false # features = [ "enabled" ] [workspace.dependencies.derive_tools_meta] -version = "~0.34.0" +version = "~0.35.0" path = "module/core/derive_tools_meta" default-features = false # features = [ "enabled" ] diff --git a/module/core/derive_tools_meta/Cargo.toml b/module/core/derive_tools_meta/Cargo.toml index fb0a3ba970..804f4b60d9 100644 --- a/module/core/derive_tools_meta/Cargo.toml +++ b/module/core/derive_tools_meta/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "derive_tools_meta" -version = "0.34.0" +version = "0.35.0" edition = "2021" authors = [ "Kostiantyn Wandalen ", From 1c63eda88cfbf1e76ad5d6036467e9d77e12dc8d Mon Sep 17 00:00:00 2001 From: wandalen Date: Sat, 21 Jun 2025 09:49:09 +0300 Subject: [PATCH 05/18] variadic_from-v0.31.0 --- Cargo.toml | 2 +- module/core/variadic_from/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index e2052a143d..14f67c7046 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -168,7 +168,7 @@ path = "module/alias/fundamental_data_type" default-features = false [workspace.dependencies.variadic_from] -version = "~0.30.0" +version = "~0.31.0" path = "module/core/variadic_from" default-features = false # features = [ "enabled" ] diff --git a/module/core/variadic_from/Cargo.toml b/module/core/variadic_from/Cargo.toml index 64d9bf0c36..e6b02e840f 100644 --- a/module/core/variadic_from/Cargo.toml +++ b/module/core/variadic_from/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "variadic_from" -version = "0.30.0" +version = "0.31.0" edition = "2021" authors = [ "Kostiantyn Wandalen ", From c2462e8383bdc282e24b05d0621ae9d0528d6368 Mon Sep 17 00:00:00 2001 From: wandalen Date: Sat, 21 Jun 2025 09:49:37 +0300 Subject: [PATCH 06/18] derive_tools-v0.36.0 --- Cargo.toml | 2 +- module/core/derive_tools/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 14f67c7046..8f2ff772e8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -120,7 +120,7 @@ default-features = false ## derive [workspace.dependencies.derive_tools] -version = "~0.35.0" +version = "~0.36.0" path = "module/core/derive_tools" default-features = false # features = [ "enabled" ] diff --git a/module/core/derive_tools/Cargo.toml b/module/core/derive_tools/Cargo.toml index bc4be998b8..574410ec39 100644 --- a/module/core/derive_tools/Cargo.toml +++ b/module/core/derive_tools/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "derive_tools" -version = "0.35.0" +version = "0.36.0" edition = "2021" authors = [ "Kostiantyn Wandalen ", From 6c97366fcb317da1ce4e0a982ef96b8ab552c6ae Mon Sep 17 00:00:00 2001 From: wandalen Date: Sat, 21 Jun 2025 09:50:10 +0300 Subject: [PATCH 07/18] mod_interface_meta-v0.32.0 --- Cargo.toml | 2 +- module/core/mod_interface_meta/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 8f2ff772e8..eff7139ec0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -272,7 +272,7 @@ path = "module/core/mod_interface" default-features = false [workspace.dependencies.mod_interface_meta] -version = "~0.31.0" +version = "~0.32.0" path = "module/core/mod_interface_meta" default-features = false diff --git a/module/core/mod_interface_meta/Cargo.toml b/module/core/mod_interface_meta/Cargo.toml index 193ec24543..3ec8ff343e 100644 --- a/module/core/mod_interface_meta/Cargo.toml +++ b/module/core/mod_interface_meta/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mod_interface_meta" -version = "0.31.0" +version = "0.32.0" edition = "2021" authors = [ "Kostiantyn Wandalen ", From 68af76b1e7e376cbf171b3f4cc94d7adcf62ee0b Mon Sep 17 00:00:00 2001 From: wandalen Date: Sat, 21 Jun 2025 09:50:26 +0300 Subject: [PATCH 08/18] mod_interface-v0.34.0 --- Cargo.toml | 2 +- module/core/mod_interface/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index eff7139ec0..5f0bb70a91 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -267,7 +267,7 @@ version = "~0.12.0" path = "module/core/impls_index_meta" [workspace.dependencies.mod_interface] -version = "~0.33.0" +version = "~0.34.0" path = "module/core/mod_interface" default-features = false diff --git a/module/core/mod_interface/Cargo.toml b/module/core/mod_interface/Cargo.toml index 531ecd4a19..87cda47286 100644 --- a/module/core/mod_interface/Cargo.toml +++ b/module/core/mod_interface/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mod_interface" -version = "0.33.0" +version = "0.34.0" edition = "2021" authors = [ "Kostiantyn Wandalen ", From d86f32238eb0d7722fe939e0f6a1d89c5cc7483b Mon Sep 17 00:00:00 2001 From: wandalen Date: Sat, 21 Jun 2025 09:50:42 +0300 Subject: [PATCH 09/18] error_tools-v0.21.0 --- Cargo.toml | 2 +- module/core/error_tools/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 5f0bb70a91..bfbbb92d4f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -357,7 +357,7 @@ default-features = false ## error [workspace.dependencies.error_tools] -version = "~0.20.0" +version = "~0.21.0" path = "module/core/error_tools" default-features = false diff --git a/module/core/error_tools/Cargo.toml b/module/core/error_tools/Cargo.toml index 670b1fd2b5..bfb9303d3d 100644 --- a/module/core/error_tools/Cargo.toml +++ b/module/core/error_tools/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "error_tools" -version = "0.20.0" +version = "0.21.0" edition = "2021" authors = [ "Kostiantyn Wandalen ", From c8e9d55ae8b6ee34d5a9a06df6194777bf05749f Mon Sep 17 00:00:00 2001 From: wandalen Date: Sat, 21 Jun 2025 09:50:54 +0300 Subject: [PATCH 10/18] former_types-v2.16.0 --- Cargo.toml | 2 +- module/core/former_types/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index bfbbb92d4f..d516a65931 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -238,7 +238,7 @@ path = "module/core/former_meta" default-features = false [workspace.dependencies.former_types] -version = "~2.15.0" +version = "~2.16.0" path = "module/core/former_types" default-features = false diff --git a/module/core/former_types/Cargo.toml b/module/core/former_types/Cargo.toml index 7427485948..d37cd6abfa 100644 --- a/module/core/former_types/Cargo.toml +++ b/module/core/former_types/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "former_types" -version = "2.15.0" +version = "2.16.0" edition = "2021" authors = [ "Kostiantyn Wandalen ", From 4991165f162a7cddce5535303e1acf38d2e2fc76 Mon Sep 17 00:00:00 2001 From: wandalen Date: Sat, 21 Jun 2025 10:01:49 +0300 Subject: [PATCH 11/18] fixing --- module/core/component_model/Cargo.toml | 2 +- module/core/component_model_meta/Cargo.toml | 2 +- module/core/component_model_types/Cargo.toml | 2 +- module/core/former_meta/src/lib.rs | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/module/core/component_model/Cargo.toml b/module/core/component_model/Cargo.toml index 8578bed979..9376a26742 100644 --- a/module/core/component_model/Cargo.toml +++ b/module/core/component_model/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "component_model" -version = "0.2.0" +version = "0.3.0" edition = "2021" authors = [ "Kostiantyn Wandalen ", diff --git a/module/core/component_model_meta/Cargo.toml b/module/core/component_model_meta/Cargo.toml index b9240780d4..3cd1c6c7bc 100644 --- a/module/core/component_model_meta/Cargo.toml +++ b/module/core/component_model_meta/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "component_model_meta" -version = "0.2.0" +version = "0.3.0" edition = "2021" authors = [ "Kostiantyn Wandalen ", diff --git a/module/core/component_model_types/Cargo.toml b/module/core/component_model_types/Cargo.toml index 545667b1ef..a1fd987033 100644 --- a/module/core/component_model_types/Cargo.toml +++ b/module/core/component_model_types/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "component_model_types" -version = "0.2.0" +version = "0.3.0" edition = "2021" authors = [ "Kostiantyn Wandalen ", diff --git a/module/core/former_meta/src/lib.rs b/module/core/former_meta/src/lib.rs index c943e5c09d..b604675d3e 100644 --- a/module/core/former_meta/src/lib.rs +++ b/module/core/former_meta/src/lib.rs @@ -1,4 +1,4 @@ -#![ feature( proc_macro_totokens ) ] // Enable unstable proc_macro_totokens feature +//#![ feature( proc_macro_totokens ) ] // Enable unstable proc_macro_totokens feature #![ doc( html_logo_url = "https://raw.githubusercontent.com/Wandalen/wTools/master/asset/img/logo_v3_trans_square.png" ) ] #![ doc( html_favicon_url = "https://raw.githubusercontent.com/Wandalen/wTools/alpha/asset/img/logo_v3_trans_square_icon_small_v2.ico" ) ] #![ doc( html_root_url = "https://docs.rs/former_derive_meta/latest/former_derive_meta/" ) ] From 5b1c33a5ba28b896655e420a64015256bc6ff11d Mon Sep 17 00:00:00 2001 From: wandalen Date: Sat, 21 Jun 2025 10:20:52 +0300 Subject: [PATCH 12/18] former_meta-v2.17.0 --- Cargo.toml | 2 +- module/core/former_meta/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index d516a65931..dfd597f98c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -233,7 +233,7 @@ path = "module/core/former" default-features = false [workspace.dependencies.former_meta] -version = "~2.16.0" +version = "~2.17.0" path = "module/core/former_meta" default-features = false diff --git a/module/core/former_meta/Cargo.toml b/module/core/former_meta/Cargo.toml index 3eff0d819d..1a46e35667 100644 --- a/module/core/former_meta/Cargo.toml +++ b/module/core/former_meta/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "former_meta" -version = "2.16.0" +version = "2.17.0" edition = "2021" authors = [ "Kostiantyn Wandalen ", From cf6d0bd4328f0cf6d95c735334ba06fca6e97d45 Mon Sep 17 00:00:00 2001 From: wandalen Date: Sat, 21 Jun 2025 10:21:12 +0300 Subject: [PATCH 13/18] former-v2.18.0 --- Cargo.toml | 2 +- module/core/former/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index dfd597f98c..ee6500f703 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -228,7 +228,7 @@ path = "module/core/for_each" default-features = false [workspace.dependencies.former] -version = "~2.17.0" +version = "~2.18.0" path = "module/core/former" default-features = false diff --git a/module/core/former/Cargo.toml b/module/core/former/Cargo.toml index eaf3be3bca..82374d8517 100644 --- a/module/core/former/Cargo.toml +++ b/module/core/former/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "former" -version = "2.17.0" +version = "2.18.0" edition = "2021" authors = [ "Kostiantyn Wandalen ", From 590f8185943e2231753cec3c5f1fc99a0063373d Mon Sep 17 00:00:00 2001 From: wandalen Date: Sat, 21 Jun 2025 10:21:38 +0300 Subject: [PATCH 14/18] wca-v0.25.0 --- Cargo.toml | 2 +- module/move/wca/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index ee6500f703..cac1cd3163 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -465,7 +465,7 @@ default-features = false ## ca [workspace.dependencies.wca] -version = "~0.24.0" +version = "~0.25.0" path = "module/move/wca" ## censor diff --git a/module/move/wca/Cargo.toml b/module/move/wca/Cargo.toml index 662ecd9c71..eaa9e446bc 100644 --- a/module/move/wca/Cargo.toml +++ b/module/move/wca/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "wca" -version = "0.24.0" +version = "0.25.0" edition = "2021" authors = [ "Kostiantyn Wandalen ", From f049d4b87dc760a616f81bf17d6aacd47e13bdd6 Mon Sep 17 00:00:00 2001 From: wandalen Date: Sat, 21 Jun 2025 10:31:38 +0300 Subject: [PATCH 15/18] is_slice-v0.14.0 --- Cargo.toml | 2 +- module/core/is_slice/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index cac1cd3163..98849d8d97 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -344,7 +344,7 @@ path = "module/core/inspect_type" default-features = false [workspace.dependencies.is_slice] -version = "~0.13.0" +version = "~0.14.0" path = "module/core/is_slice" default-features = false diff --git a/module/core/is_slice/Cargo.toml b/module/core/is_slice/Cargo.toml index d0a7953965..9b4f8aa183 100644 --- a/module/core/is_slice/Cargo.toml +++ b/module/core/is_slice/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "is_slice" -version = "0.13.0" +version = "0.14.0" edition = "2021" authors = [ "Kostiantyn Wandalen ", From 77114abe84c5399a4139f0649652c4d351eab17a Mon Sep 17 00:00:00 2001 From: wandalen Date: Sat, 21 Jun 2025 10:31:46 +0300 Subject: [PATCH 16/18] implements-v0.13.0 --- Cargo.toml | 2 +- module/core/implements/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 98849d8d97..1fc49088f6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -329,7 +329,7 @@ path = "module/core/typing_tools" default-features = false [workspace.dependencies.implements] -version = "~0.12.0" +version = "~0.13.0" path = "module/core/implements" default-features = false diff --git a/module/core/implements/Cargo.toml b/module/core/implements/Cargo.toml index 30d51da328..6d18424322 100644 --- a/module/core/implements/Cargo.toml +++ b/module/core/implements/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "implements" -version = "0.12.0" +version = "0.13.0" edition = "2021" authors = [ "Kostiantyn Wandalen ", From 46022102a2aed6a633f48477d02e29169cefeef9 Mon Sep 17 00:00:00 2001 From: wandalen Date: Sat, 21 Jun 2025 10:31:59 +0300 Subject: [PATCH 17/18] impls_index_meta-v0.13.0 --- Cargo.toml | 2 +- module/core/impls_index_meta/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 1fc49088f6..e1c4d2583a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -263,7 +263,7 @@ path = "module/core/impls_index" default-features = false [workspace.dependencies.impls_index_meta] -version = "~0.12.0" +version = "~0.13.0" path = "module/core/impls_index_meta" [workspace.dependencies.mod_interface] diff --git a/module/core/impls_index_meta/Cargo.toml b/module/core/impls_index_meta/Cargo.toml index 8ce0f551de..d80fd5e052 100644 --- a/module/core/impls_index_meta/Cargo.toml +++ b/module/core/impls_index_meta/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "impls_index_meta" -version = "0.12.0" +version = "0.13.0" edition = "2021" authors = [ "Kostiantyn Wandalen ", From 24aed39515e379bc0b12003957500dcaad46508c Mon Sep 17 00:00:00 2001 From: wandalen Date: Sat, 21 Jun 2025 10:32:14 +0300 Subject: [PATCH 18/18] inspect_type-v0.15.0 --- Cargo.toml | 2 +- module/core/inspect_type/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index e1c4d2583a..ab3bc47eed 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -339,7 +339,7 @@ path = "module/alias/instance_of" default-features = false [workspace.dependencies.inspect_type] -version = "~0.14.0" +version = "~0.15.0" path = "module/core/inspect_type" default-features = false diff --git a/module/core/inspect_type/Cargo.toml b/module/core/inspect_type/Cargo.toml index 297dd27022..b957a14ff9 100644 --- a/module/core/inspect_type/Cargo.toml +++ b/module/core/inspect_type/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "inspect_type" -version = "0.14.0" +version = "0.15.0" edition = "2021" authors = [ "Kostiantyn Wandalen ",