Skip to content

Commit 32bf317

Browse files
committed
Merge branch 'unilang_4' of github.com:Wandalen/wTools into unilang_4
2 parents fc14f04 + 14603a1 commit 32bf317

File tree

24 files changed

+45
-45
lines changed

24 files changed

+45
-45
lines changed

Cargo.toml

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ version = "~0.1.4"
122122
path = "module/alias/std_x"
123123

124124
[workspace.dependencies.unilang_parser]
125-
version = "~0.10.0"
125+
version = "~0.11.0"
126126
path = "module/move/unilang_parser" # Point to original unilang_parser
127127

128128

@@ -147,7 +147,7 @@ version = "~0.1.0"
147147
path = "module/core/type_constructor_derive_pair_meta"
148148

149149
[workspace.dependencies.interval_adapter]
150-
version = "~0.35.0"
150+
version = "~0.36.0"
151151
path = "module/core/interval_adapter"
152152
default-features = false
153153
# features = [ "enabled" ]
@@ -159,21 +159,21 @@ default-features = false
159159
# features = [ "enabled" ]
160160

161161
[workspace.dependencies.collection_tools]
162-
version = "~0.23.0"
162+
version = "~0.24.0"
163163
path = "module/core/collection_tools"
164164
default-features = false
165165

166166

167167
## derive
168168

169169
[workspace.dependencies.derive_tools]
170-
version = "~0.45.0"
170+
version = "~0.46.0"
171171
path = "module/core/derive_tools"
172172
default-features = false
173173
# features = [ "enabled" ]
174174

175175
[workspace.dependencies.derive_tools_meta]
176-
version = "~0.44.0"
176+
version = "~0.45.0"
177177
path = "module/core/derive_tools_meta"
178178
default-features = false
179179
# features = [ "enabled" ]
@@ -215,30 +215,30 @@ path = "module/alias/fundamental_data_type"
215215
default-features = false
216216

217217
[workspace.dependencies.variadic_from]
218-
version = "~0.39.0"
218+
version = "~0.40.0"
219219
path = "module/core/variadic_from"
220220
default-features = false
221221
# features = [ "enabled" ]
222222

223223
[workspace.dependencies.variadic_from_meta]
224-
version = "~0.10.0"
224+
version = "~0.11.0"
225225
path = "module/core/variadic_from_meta"
226226
default-features = false
227227
# features = [ "enabled" ]
228228

229229
[workspace.dependencies.clone_dyn]
230-
version = "~0.42.0"
230+
version = "~0.43.0"
231231
path = "module/core/clone_dyn"
232232
default-features = false
233233
# features = [ "enabled" ]
234234

235235
[workspace.dependencies.clone_dyn_meta]
236-
version = "~0.39.0"
236+
version = "~0.40.0"
237237
path = "module/core/clone_dyn_meta"
238238
# features = [ "enabled" ]
239239

240240
[workspace.dependencies.clone_dyn_types]
241-
version = "~0.37.0"
241+
version = "~0.38.0"
242242
path = "module/core/clone_dyn_types"
243243
default-features = false
244244
# features = [ "enabled" ]
@@ -263,7 +263,7 @@ default-features = false
263263
## iter
264264

265265
[workspace.dependencies.iter_tools]
266-
version = "~0.36.0"
266+
version = "~0.37.0"
267267
path = "module/core/iter_tools"
268268
default-features = false
269269

@@ -281,17 +281,17 @@ path = "module/core/for_each"
281281
default-features = false
282282

283283
[workspace.dependencies.former]
284-
version = "~2.27.0"
284+
version = "~2.28.0"
285285
path = "module/core/former"
286286
default-features = false
287287

288288
[workspace.dependencies.former_meta]
289-
version = "~2.26.0"
289+
version = "~2.27.0"
290290
path = "module/core/former_meta"
291291
default-features = false
292292

293293
[workspace.dependencies.former_types]
294-
version = "~2.23.0"
294+
version = "~2.24.0"
295295
path = "module/core/former_types"
296296
default-features = false
297297

@@ -306,7 +306,7 @@ path = "module/core/component_model_meta"
306306
default-features = false
307307

308308
[workspace.dependencies.component_model_types]
309-
version = "~0.9.0"
309+
version = "~0.10.0"
310310
path = "module/core/component_model_types"
311311
default-features = false
312312

@@ -320,12 +320,12 @@ version = "~0.13.0"
320320
path = "module/core/impls_index_meta"
321321

322322
[workspace.dependencies.mod_interface]
323-
version = "~0.43.0"
323+
version = "~0.44.0"
324324
path = "module/core/mod_interface"
325325
default-features = false
326326

327327
[workspace.dependencies.mod_interface_meta]
328-
version = "~0.41.0"
328+
version = "~0.42.0"
329329
path = "module/core/mod_interface_meta"
330330
default-features = false
331331

@@ -351,7 +351,7 @@ default-features = false
351351
## macro tools
352352

353353
[workspace.dependencies.macro_tools]
354-
version = "~0.65.0"
354+
version = "~0.66.0"
355355
path = "module/core/macro_tools"
356356
default-features = false
357357

@@ -410,7 +410,7 @@ default-features = false
410410
## error
411411

412412
[workspace.dependencies.error_tools]
413-
version = "~0.31.0"
413+
version = "~0.32.0"
414414
path = "module/core/error_tools"
415415
default-features = false
416416

@@ -422,12 +422,12 @@ path = "module/alias/werror"
422422
## string tools
423423

424424
[workspace.dependencies.strs_tools]
425-
version = "~0.28.0"
425+
version = "~0.29.0"
426426
path = "module/core/strs_tools"
427427
default-features = false
428428

429429
[workspace.dependencies.strs_tools_meta]
430-
version = "~0.5.0"
430+
version = "~0.6.0"
431431
path = "module/core/strs_tools_meta"
432432
default-features = false
433433

@@ -586,7 +586,7 @@ version = "~0.2.0"
586586
path = "module/move/llm_tools"
587587

588588
[workspace.dependencies.benchkit]
589-
version = "~0.4.0"
589+
version = "~0.5.0"
590590
path = "module/move/benchkit"
591591

592592
## steps

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.42.0"
3+
version = "0.43.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.39.0"
3+
version = "0.40.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.37.0"
3+
version = "0.38.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.23.0"
3+
version = "0.24.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.9.0"
3+
version = "0.10.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.45.0"
3+
version = "0.46.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.44.0"
3+
version = "0.45.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.31.0"
3+
version = "0.32.0"
44
edition = "2021"
55
authors = [
66
"Kostiantyn Wandalen <[email protected]>",

module/core/former/Cargo.toml

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

0 commit comments

Comments
 (0)