Skip to content

Commit 5236532

Browse files
committed
publishing
1 parent 82e479f commit 5236532

File tree

98 files changed

+102
-97
lines changed

Some content is hidden

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

98 files changed

+102
-97
lines changed

Cargo.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -401,6 +401,11 @@ version = "~0.10.0"
401401
path = "module/core/test_tools"
402402
features = [ "full" ]
403403

404+
[workspace.dependencies.test_tools_stable]
405+
package = "test_tools"
406+
version = "~0.10.0"
407+
features = [ "full" ]
408+
404409
[workspace.dependencies.wtest_basic]
405410
version = "~0.4.0"
406411
path = "module/alias/wtest_basic"

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_stable = { 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_stable = { 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_stable = { workspace = true }

module/alias/instance_of/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,4 +59,4 @@ implements = { workspace = true }
5959

6060
[dev-dependencies]
6161
# trybuild = { version = "~1.0", features = [ "diff" ] }
62-
test_tools = { workspace = true }
62+
# test_tools_stable = { 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_stable = { 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_stable = { 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_stable = { 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_stable = { 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_stable = { workspace = true }

0 commit comments

Comments
 (0)