Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 353df4b

Browse files
committed
adjust gix-trace to the latest version.
Maybe then the publish will work?
1 parent 27e8c18 commit 353df4b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

gix-features/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ required-features = ["io-pipe"]
114114

115115
[dependencies]
116116
gix-hash = { version = "^0.11.3", path = "../gix-hash" }
117-
gix-trace = { version = "^0.1.1", path = "../gix-trace" }
117+
gix-trace = { version = "^0.1.2", path = "../gix-trace" }
118118

119119
# 'parallel' feature
120120
crossbeam-channel = { version = "0.5.0", optional = true }

gix-path/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ rust-version = "1.65"
1313
doctest = false
1414

1515
[dependencies]
16-
gix-trace = { version = "^0.1.1", path = "../gix-trace" }
16+
gix-trace = { version = "^0.1.2", path = "../gix-trace" }
1717
bstr = { version = "1.3.0", default-features = false, features = ["std"] }
1818
thiserror = "1.0.26"
1919
once_cell = "1.17.1"

0 commit comments

Comments
 (0)