Skip to content

Commit 24b78f6

Browse files
committed
Merge branch 'former_4' into former_5
2 parents 27d4521 + 315a4b9 commit 24b78f6

File tree

72 files changed

+12713
-135
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

72 files changed

+12713
-135
lines changed

Cargo.toml

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

128128
[workspace.dependencies.unilang_parser]
129-
version = "~0.7.0"
129+
version = "~0.8.0"
130130
path = "module/move/unilang_parser" # Point to original unilang_parser
131131

132132

@@ -151,7 +151,7 @@ version = "~0.1.0"
151151
path = "module/core/type_constructor_derive_pair_meta"
152152

153153
[workspace.dependencies.interval_adapter]
154-
version = "~0.32.0"
154+
version = "~0.33.0"
155155
path = "module/core/interval_adapter"
156156
default-features = false
157157
# features = [ "enabled" ]
@@ -163,21 +163,21 @@ default-features = false
163163
# features = [ "enabled" ]
164164

165165
[workspace.dependencies.collection_tools]
166-
version = "~0.20.0"
166+
version = "~0.21.0"
167167
path = "module/core/collection_tools"
168168
default-features = false
169169

170170

171171
## derive
172172

173173
[workspace.dependencies.derive_tools]
174-
version = "~0.41.0"
174+
version = "~0.42.0"
175175
path = "module/core/derive_tools"
176176
default-features = false
177177
# features = [ "enabled" ]
178178

179179
[workspace.dependencies.derive_tools_meta]
180-
version = "~0.40.0"
180+
version = "~0.41.0"
181181
path = "module/core/derive_tools_meta"
182182
default-features = false
183183
# features = [ "enabled" ]
@@ -219,30 +219,30 @@ path = "module/alias/fundamental_data_type"
219219
default-features = false
220220

221221
[workspace.dependencies.variadic_from]
222-
version = "~0.35.0"
222+
version = "~0.36.0"
223223
path = "module/core/variadic_from"
224224
default-features = false
225225
# features = [ "enabled" ]
226226

227227
[workspace.dependencies.variadic_from_meta]
228-
version = "~0.6.0"
228+
version = "~0.7.0"
229229
path = "module/core/variadic_from_meta"
230230
default-features = false
231231
# features = [ "enabled" ]
232232

233233
[workspace.dependencies.clone_dyn]
234-
version = "~0.38.0"
234+
version = "~0.39.0"
235235
path = "module/core/clone_dyn"
236236
default-features = false
237237
# features = [ "enabled" ]
238238

239239
[workspace.dependencies.clone_dyn_meta]
240-
version = "~0.35.0"
240+
version = "~0.36.0"
241241
path = "module/core/clone_dyn_meta"
242242
# features = [ "enabled" ]
243243

244244
[workspace.dependencies.clone_dyn_types]
245-
version = "~0.34.0"
245+
version = "~0.35.0"
246246
path = "module/core/clone_dyn_types"
247247
default-features = false
248248
# features = [ "enabled" ]
@@ -267,7 +267,7 @@ default-features = false
267267
## iter
268268

269269
[workspace.dependencies.iter_tools]
270-
version = "~0.33.0"
270+
version = "~0.34.0"
271271
path = "module/core/iter_tools"
272272
default-features = false
273273

@@ -285,17 +285,17 @@ path = "module/core/for_each"
285285
default-features = false
286286

287287
[workspace.dependencies.former]
288-
version = "~2.24.0"
288+
version = "~2.25.0"
289289
path = "module/core/former"
290290
default-features = false
291291

292292
[workspace.dependencies.former_meta]
293-
version = "~2.23.0"
293+
version = "~2.24.0"
294294
path = "module/core/former_meta"
295295
default-features = false
296296

297297
[workspace.dependencies.former_types]
298-
version = "~2.20.0"
298+
version = "~2.21.0"
299299
path = "module/core/former_types"
300300
default-features = false
301301

@@ -310,7 +310,7 @@ path = "module/core/component_model_meta"
310310
default-features = false
311311

312312
[workspace.dependencies.component_model_types]
313-
version = "~0.5.0"
313+
version = "~0.6.0"
314314
path = "module/core/component_model_types"
315315
default-features = false
316316

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

326326
[workspace.dependencies.mod_interface]
327-
version = "~0.39.0"
327+
version = "~0.40.0"
328328
path = "module/core/mod_interface"
329329
default-features = false
330330

331331
[workspace.dependencies.mod_interface_meta]
332-
version = "~0.37.0"
332+
version = "~0.38.0"
333333
path = "module/core/mod_interface_meta"
334334
default-features = false
335335

@@ -355,7 +355,7 @@ default-features = false
355355
## macro tools
356356

357357
[workspace.dependencies.macro_tools]
358-
version = "~0.60.0"
358+
version = "~0.61.0"
359359
path = "module/core/macro_tools"
360360
default-features = false
361361

@@ -414,7 +414,7 @@ default-features = false
414414
## error
415415

416416
[workspace.dependencies.error_tools]
417-
version = "~0.27.0"
417+
version = "~0.28.0"
418418
path = "module/core/error_tools"
419419
default-features = false
420420

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

428428
[workspace.dependencies.strs_tools]
429-
version = "~0.25.0"
429+
version = "~0.26.0"
430430
path = "module/core/strs_tools"
431431
default-features = false
432432

module/core/clone_dyn/Cargo.toml

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

module/core/clone_dyn_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 = "clone_dyn_meta"
3-
version = "0.35.0"
3+
version = "0.36.0"
44
edition = "2021"
55
authors = [
66
"Kostiantyn Wandalen <[email protected]>",

module/core/clone_dyn_types/Cargo.toml

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

module/core/collection_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 = "collection_tools"
3-
version = "0.20.0"
3+
version = "0.21.0"
44
edition = "2021"
55
authors = [
66
"Kostiantyn Wandalen <[email protected]>",

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

module/core/derive_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 = "derive_tools"
3-
version = "0.41.0"
3+
version = "0.42.0"
44
edition = "2021"
55
authors = [
66
"Kostiantyn Wandalen <[email protected]>",

module/core/derive_tools_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 = "derive_tools_meta"
3-
version = "0.40.0"
3+
version = "0.41.0"
44
edition = "2021"
55
authors = [
66
"Kostiantyn Wandalen <[email protected]>",

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.27.0"
3+
version = "0.28.0"
44
edition = "2021"
55
authors = [
66
"Kostiantyn Wandalen <[email protected]>",

0 commit comments

Comments
 (0)