Skip to content

Commit f7d6d12

Browse files
committed
Merge branch 'unilang_2' into cleaning_6
2 parents d320740 + cf6c43a commit f7d6d12

File tree

128 files changed

+5971
-2146
lines changed

Some content is hidden

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

128 files changed

+5971
-2146
lines changed

Cargo.toml

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ version = "~0.1.4"
103103
path = "module/alias/std_x"
104104

105105
[workspace.dependencies.unilang_parser]
106-
version = "~0.3.0"
106+
version = "~0.4.0"
107107
path = "module/move/unilang_parser" # Point to original unilang_parser
108108

109109

@@ -128,7 +128,7 @@ version = "~0.1.0"
128128
path = "module/core/type_constructor_derive_pair_meta"
129129

130130
[workspace.dependencies.interval_adapter]
131-
version = "~0.30.0"
131+
version = "~0.31.0"
132132
path = "module/core/interval_adapter"
133133
default-features = false
134134
# features = [ "enabled" ]
@@ -140,21 +140,21 @@ default-features = false
140140
# features = [ "enabled" ]
141141

142142
[workspace.dependencies.collection_tools]
143-
version = "~0.19.0"
143+
version = "~0.20.0"
144144
path = "module/core/collection_tools"
145145
default-features = false
146146

147147

148148
## derive
149149

150150
[workspace.dependencies.derive_tools]
151-
version = "~0.38.0"
151+
version = "~0.39.0"
152152
path = "module/core/derive_tools"
153153
default-features = false
154154
# features = [ "enabled" ]
155155

156156
[workspace.dependencies.derive_tools_meta]
157-
version = "~0.38.0"
157+
version = "~0.39.0"
158158
path = "module/core/derive_tools_meta"
159159
default-features = false
160160
# features = [ "enabled" ]
@@ -196,30 +196,30 @@ path = "module/alias/fundamental_data_type"
196196
default-features = false
197197

198198
[workspace.dependencies.variadic_from]
199-
version = "~0.33.0"
199+
version = "~0.34.0"
200200
path = "module/core/variadic_from"
201201
default-features = false
202202
# features = [ "enabled" ]
203203

204204
[workspace.dependencies.variadic_from_meta]
205-
version = "~0.4.0"
205+
version = "~0.5.0"
206206
path = "module/core/variadic_from_meta"
207207
default-features = false
208208
# features = [ "enabled" ]
209209

210210
[workspace.dependencies.clone_dyn]
211-
version = "~0.35.0"
211+
version = "~0.36.0"
212212
path = "module/core/clone_dyn"
213213
default-features = false
214214
# features = [ "enabled" ]
215215

216216
[workspace.dependencies.clone_dyn_meta]
217-
version = "~0.33.0"
217+
version = "~0.34.0"
218218
path = "module/core/clone_dyn_meta"
219219
# features = [ "enabled" ]
220220

221221
[workspace.dependencies.clone_dyn_types]
222-
version = "~0.33.0"
222+
version = "~0.34.0"
223223
path = "module/core/clone_dyn_types"
224224
default-features = false
225225
# features = [ "enabled" ]
@@ -244,7 +244,7 @@ default-features = false
244244
## iter
245245

246246
[workspace.dependencies.iter_tools]
247-
version = "~0.31.0"
247+
version = "~0.32.0"
248248
path = "module/core/iter_tools"
249249
default-features = false
250250

@@ -262,17 +262,17 @@ path = "module/core/for_each"
262262
default-features = false
263263

264264
[workspace.dependencies.former]
265-
version = "~2.20.0"
265+
version = "~2.21.0"
266266
path = "module/core/former"
267267
default-features = false
268268

269269
[workspace.dependencies.former_meta]
270-
version = "~2.20.0"
270+
version = "~2.21.0"
271271
path = "module/core/former_meta"
272272
default-features = false
273273

274274
[workspace.dependencies.former_types]
275-
version = "~2.18.0"
275+
version = "~2.19.0"
276276
path = "module/core/former_types"
277277
default-features = false
278278

@@ -287,7 +287,7 @@ path = "module/core/component_model_meta"
287287
default-features = false
288288

289289
[workspace.dependencies.component_model_types]
290-
version = "~0.4.0"
290+
version = "~0.5.0"
291291
path = "module/core/component_model_types"
292292
default-features = false
293293

@@ -301,12 +301,12 @@ version = "~0.13.0"
301301
path = "module/core/impls_index_meta"
302302

303303
[workspace.dependencies.mod_interface]
304-
version = "~0.36.0"
304+
version = "~0.37.0"
305305
path = "module/core/mod_interface"
306306
default-features = false
307307

308308
[workspace.dependencies.mod_interface_meta]
309-
version = "~0.34.0"
309+
version = "~0.35.0"
310310
path = "module/core/mod_interface_meta"
311311
default-features = false
312312

@@ -332,7 +332,7 @@ default-features = false
332332
## macro tools
333333

334334
[workspace.dependencies.macro_tools]
335-
version = "~0.58.0"
335+
version = "~0.59.0"
336336
path = "module/core/macro_tools"
337337
default-features = false
338338

@@ -391,7 +391,7 @@ default-features = false
391391
## error
392392

393393
[workspace.dependencies.error_tools]
394-
version = "~0.25.0"
394+
version = "~0.26.0"
395395
path = "module/core/error_tools"
396396
default-features = false
397397

@@ -403,7 +403,7 @@ path = "module/alias/werror"
403403
## string tools
404404

405405
[workspace.dependencies.strs_tools]
406-
version = "~0.22.0"
406+
version = "~0.23.0"
407407
path = "module/core/strs_tools"
408408
default-features = false
409409

@@ -499,7 +499,7 @@ default-features = false
499499
## ca
500500

501501
[workspace.dependencies.wca]
502-
version = "~0.26.0"
502+
version = "~0.27.0"
503503
path = "module/move/wca"
504504

505505
## censor

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.35.0"
3+
version = "0.36.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.33.0"
3+
version = "0.34.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.33.0"
3+
version = "0.34.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.19.0"
3+
version = "0.20.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.4.0"
3+
version = "0.5.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.38.0"
3+
version = "0.39.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.38.0"
3+
version = "0.39.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.25.0"
3+
version = "0.26.0"
44
edition = "2021"
55
authors = [
66
"Kostiantyn Wandalen <[email protected]>",

0 commit comments

Comments
 (0)