Skip to content

Commit 053c6f5

Browse files
committed
path_tools : publishing
1 parent f8e9106 commit 053c6f5

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -367,7 +367,7 @@ path = "module/alias/file_tools"
367367
default-features = false
368368

369369
[workspace.dependencies.proper_path_tools]
370-
version = "~0.13.0"
370+
version = "~0.14.0"
371371
path = "module/core/proper_path_tools"
372372
default-features = false
373373

@@ -392,7 +392,7 @@ version = "~0.4.0"
392392
path = "module/alias/wtest"
393393

394394
[workspace.dependencies.test_tools]
395-
version = "~0.10.0"
395+
version = "~0.11.0"
396396
path = "module/core/test_tools"
397397
features = [ "full" ]
398398

module/core/proper_path_tools/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "proper_path_tools"
3-
version = "0.13.0"
3+
version = "0.14.0"
44
edition = "2021"
55
authors = [
66
"Kostiantyn Wandalen <[email protected]>",
@@ -50,5 +50,5 @@ mod_interface = { workspace = true }
5050
serde = { version = "1.0.197", optional = true, features = [ "derive" ] }
5151
camino = { version = "1.1.7", optional = true, features = [] }
5252

53-
[dev-dependencies]
54-
test_tools = { workspace = true }
53+
# [dev-dependencies]
54+
# test_tools = { workspace = true }

module/core/test_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 = "test_tools"
3-
version = "0.10.0"
3+
version = "0.11.0"
44
edition = "2021"
55
authors = [
66
"Kostiantyn Wandalen <[email protected]>",

0 commit comments

Comments
 (0)