Skip to content

Commit 9c19b1b

Browse files
committed
publishing
1 parent 7dc31f8 commit 9c19b1b

File tree

92 files changed

+92
-92
lines changed

Some content is hidden

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

92 files changed

+92
-92
lines changed

module/alias/cargo_will/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ enabled = []
3535
willbe = { workspace = true }
3636

3737
[dev-dependencies]
38-
# test_tools = { workspace = true }
38+
test_tools = { workspace = true }
3939
assert_fs = "1.0"
4040
serde_yaml = "0.9"
4141
serde_json = "1.0.114"

module/alias/file_tools/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,4 @@ enabled = []
3333
[dependencies]
3434

3535
[dev-dependencies]
36-
# test_tools = { workspace = true }
36+
test_tools = { workspace = true }

module/alias/fundamental_data_type/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,4 +41,4 @@ enabled = []
4141
derive_tools = { workspace = true }
4242

4343
[dev-dependencies]
44-
# test_tools = { workspace = true }
44+
test_tools = { workspace = true }

module/alias/multilayer/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,4 +58,4 @@ path = "tests/smoke_test.rs"
5858
mod_interface = { workspace = true }
5959

6060
[dev-dependencies]
61-
# test_tools = { workspace = true }
61+
test_tools = { workspace = true }

module/alias/proc_macro_tools/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,5 +37,5 @@ enabled = ["macro_tools/enabled"]
3737
macro_tools = { workspace = true }
3838

3939
[dev-dependencies]
40-
# test_tools = { workspace = true }
40+
test_tools = { workspace = true }
4141

module/alias/proper_tools/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,4 @@ enabled = []
3333
[dependencies]
3434

3535
[dev-dependencies]
36-
# test_tools = { workspace = true }
36+
test_tools = { workspace = true }

module/alias/werror/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,4 +52,4 @@ error_untyped = [
5252
error_tools = { workspace = true }
5353

5454
[dev-dependencies]
55-
# test_tools = { workspace = true }
55+
test_tools = { workspace = true }

module/alias/willbe2/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,4 @@ enabled = []
3535
# willbe = { workspace = true }
3636

3737
[dev-dependencies]
38-
# test_tools = { workspace = true }
38+
test_tools = { workspace = true }

module/alias/winterval/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,4 @@ use_alloc = [ "no_std" ]
3737
interval_adapter = { workspace = true }
3838

3939
[dev-dependencies]
40-
# test_tools = { workspace = true }
40+
test_tools = { workspace = true }

module/alias/wstring_tools/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,4 +76,4 @@ split = [ "strs_tools/string_split" ]
7676
strs_tools = { workspace = true }
7777

7878
[dev-dependencies]
79-
# test_tools = { workspace = true }
79+
test_tools = { workspace = true }

0 commit comments

Comments
 (0)